matteobernardini / STREAmS

Supersonic TuRbulEnt Accelerated navier stokes Solver
GNU General Public License v3.0
81 stars 38 forks source link

stat.bin file not found #5

Closed Sushmitha46 closed 2 years ago

Sushmitha46 commented 2 years ago

Hello, I tried to run the code, and it successfully ran for 158910 iterations, but when I again resubmitted the job it threw an error as shown in this file. sbli_supersonic.log But it had stat.bak file and no stat.bin file was generated in the last run, so is it possible to make the code read stat.bak instead of stat.bin and continue the iterations.

davidem88 commented 2 years ago

You can manually rename the file before restarting: mv stat.bak stat.bin