Skip to content
Snippets Groups Projects
Commit 9b65a3c7 authored by Moe Jette's avatar Moe Jette
Browse files

update format of --checkpoint option input

parent cf2479d8
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,8 @@ Basic familiarity with SLURM commands is assumed.</p> ...@@ -44,9 +44,8 @@ Basic familiarity with SLURM commands is assumed.</p>
checkpoints of the job step. checkpoints of the job step.
By default, the job step will have no checkpoints created. By default, the job step will have no checkpoints created.
Acceptable time formats include "minutes", "minutes:seconds", Acceptable time formats include "minutes", "minutes:seconds",
"hours:minutes:seconds", "days\-hours", "days\-hours:minutes" and "hours:minutes:seconds", "days-hours", "days-hours:minutes" and
"days\-hours:minutes:seconds". "days-hours:minutes:seconds".</li>
</li>
<li><b>--checkpoint-dir</b>:Specify the directory where the checkpoint image <li><b>--checkpoint-dir</b>:Specify the directory where the checkpoint image
files of a job step will be stored. files of a job step will be stored.
The default value is the current working directory. The default value is the current working directory.
...@@ -116,8 +115,12 @@ execution of the tasks from the previous checkpoint.</p> ...@@ -116,8 +115,12 @@ execution of the tasks from the previous checkpoint.</p>
<p>Several options have been added to support checkpoint restart:</p> <p>Several options have been added to support checkpoint restart:</p>
<ul> <ul>
<li><b>--checkpoint</b>: Specify the interval between periodic checkpoint <li><b>--checkpoint</b>: Specifies the interval between periodic checkpoint
of a batch job, in seconds</li> of a batch job.
By default, the job will have no checkpoints created.
Acceptable time formats include "minutes", "minutes:seconds",
"hours:minutes:seconds", "days-hours", "days-hours:minutes" and
"days-hours:minutes:seconds".</li>
<li><b>--checkpoint-dir</b>:Specify the directory when the checkpoint image <li><b>--checkpoint-dir</b>:Specify the directory when the checkpoint image
files of a batch job will be stored. files of a batch job will be stored.
The default value is the current working directory. The default value is the current working directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment