-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Labels
Description
Oceananigans.jl/src/Simulations/run.jl
Lines 130 to 133 in b1b07fe
| # Checkpointing at end | |
| Set `checkpoint_at_end=true` to automatically checkpoint the simulation when it stops running. | |
| This ensures the final state is saved even if the simulation stops due to wall time limits. |
I can't understand how will the simulation manage to checkpoint after, e.g., the HPC wall-time limit is reached.
Has this been tested?
Reactions are currently unavailable