From a4f098607bc832b95297d96f04b0b147ea32e8b4 Mon Sep 17 00:00:00 2001 From: Jordan Musser <jordanmusser@gmail.com> Date: Mon, 16 May 2022 12:32:19 -0400 Subject: [PATCH] Update InputsCheckpoint.rst --- docs/source/inputs/InputsCheckpoint.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/inputs/InputsCheckpoint.rst b/docs/source/inputs/InputsCheckpoint.rst index 13bae0e..e6c08cb 100644 --- a/docs/source/inputs/InputsCheckpoint.rst +++ b/docs/source/inputs/InputsCheckpoint.rst @@ -15,4 +15,7 @@ The following inputs must be preceded by "amr" and control checkpoint/restart. +------------------+-----------------------------------------------------------------------+-------------+-----------+ | check_file | Prefix to use for checkpoint output | String | chk | +------------------+-----------------------------------------------------------------------+-------------+-----------+ - +| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None | +| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | | +| | checkpoint file is after a job has run for ten minutes. | | | ++------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab