Perform checkpoint and restart of Notus. More...
Namespaces | |
module | enum_checkpoint_metric |
Enumerations associated to the checkpoint metric. | |
module | variables_checkpoint_restart |
Declaration variables associated to checkpoint/restart. | |
Functions | |
subroutine, public | mod_checkpoint::checkpoint () |
Make a checkpoint of the simulation. | |
subroutine, public | mod_restart::restart () |
Restart a simulation. | |
The checkpoint/restart system helps to recover the simulation in case of a system crash.
The routines behave as follow:
checkpoint
routine writes the state of Notus at the current time iteration when the routine is called.checkpoint
directory under the output directory.checkpoint
directory.checkpoint_1
and checkpoint_2
located in the checkpoint
directory.subroutine, public mod_checkpoint::checkpoint |
The checkpoint files are located into the output/checkpoint
directory.