enable:1# (Optional) whether to enable dumping restarts at fixed intervals.
save:1# (Optional) whether to save copies of the previous set of restart files (named .prev)
onexit:0# (Optional) whether to dump restarts on exit (*needs enable*)
subdir:restart# (Optional) name of subdirectory for restart files.
basename:swift# (Optional) prefix used in naming restart files.
delta_hours:6.0# (Optional) decimal hours between dumps of restart files.
stop_steps:100# (Optional) how many steps to process before checking if the <subdir>/stop file exists. When present the application will attempt to exit early, dumping restart files first.
max_run_time:24.0# (optional) Maximal wall-clock time in hours. The application will exit when this limit is reached.
resubmit_on_exit:0# (Optional) whether to run a command when exiting after the time limit has been reached.
enable:1# (Optional) whether to enable dumping restarts at fixed intervals.
save:1# (Optional) whether to save copies of the previous set of restart files (named .prev)
onexit:0# (Optional) whether to dump restarts on exit (*needs enable*)
subdir:restart# (Optional) name of subdirectory for restart files.
basename:swift# (Optional) prefix used in naming restart files.
delta_hours:6.0# (Optional) decimal hours between dumps of restart files.
stop_steps:100# (Optional) how many steps to process before checking if the <subdir>/stop file exists. When present the application will attempt to exit early, dumping restart files first.
max_run_time:24.0# (optional) Maximal wall-clock time in hours. The application will exit when this limit is reached.
resubmit_on_exit:0# (Optional) whether to run a command when exiting after the time limit has been reached.
resubmit_command:./resub.sh# (Optional) Command to run when time limit is reached. Compulsory if resubmit_on_exit is switched on.