-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restarting from 0th checkpoint does not work #130
Comments
Seems to be fixed by commit d5d5ef1fa1f9562b9ec4b4f306468e07c5c8b61a |
When restarting from checkpoint 0, the chosen dt looks correct now but there are other issues with restart in general. Here is a summary of what I found. These are reacting_bubble tests with 4 MPI (0 OMP).
|
edit: in regards to (2.), the output w0 of make_w0 is complete garbage at r=1 and higher. |
If you write out |
An update on the 4 reacting bubble test problems (4 MPI, 0 OMP):
|
Works for inputs_2d_regression restarting from chk0000000; so it appears to be a 3D issue only. |
If a problem is restarted from a checkpoint output at the 0th timestep, then the timestep evolution itself appears to run fine, however the time at the end of the first timestep is 1e99, causing the program to then terminate. I suspect that something is not being initialized correctly?
The text was updated successfully, but these errors were encountered: