-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Restarting simulations works great, unless the output files are corrupted for some reason. This can happen if the simulation was interrupted while writing out, for example.
It will be a pain to do, but the relevant routines in Restart.f90
could use better error handling to treat these situations better. For example, on attempting to restart from output N and failing, the nice thing to do would be to fall back to output N-1 if it exists and can be used. Instead the typical behaviour is to exit or segfault.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request