checkpoints
This page contains a full reference of all parameters available for the checkpoints module. At the bottom of the page you can find an example parameter block that can be used in your parameter file.
checkpoints
Parameters controlling checkpointing
Name:
checkpoint_dirType:
string
Default:
../checkpoints
Description:
Relative path to where checkpoints are written
Name:
max_n_checkpointsType:
unsigned int
Default:
3
Range:
[1,*)
Description:
How many checkpoints to keep before we start deleting old ones?
Name:
interval_kindType:
keyword
Default:
walltime
Range:
walltime, time, iteration
Description:
What unit of time controls checkpointing frequency?
Name:
iteration_intervalType:
int
Default:
1000
Range:
(0,*)
Description:
If interval_kind is iteration, how often to checkpoint?
Name:
time_intervalType:
double
Default:
204
Range:
(0,*)
Description:
If interval_kind is time, how often to checkpoint?
Name:
walltime_intervalType:
double
Default:
12
Range:
(0,*)
Description:
If interval_kind is walltime, how often to checkpoint (in hours)?
Name:
checkpoint_at_startupType:
bool
Default:
False
Description:
Write a checkpoint after ID
Name:
checkpoint_at_terminationType:
bool
Default:
True
Description:
Write a checkpoint before termination