Skip to content
Snippets Groups Projects
Commit 1d40bceb authored by Morris Jette's avatar Morris Jette
Browse files

Note that BLCR only works with SLURM batch jobs

parent 0c8f431f
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ The job will be restarted using a newly allocated jobid.</li> ...@@ -28,8 +28,8 @@ The job will be restarted using a newly allocated jobid.</li>
</ol> </ol>
<p><b>NOTE:</b> checkpoint/blcr cannot restart interactive jobs. It can <p><b>NOTE:</b> checkpoint/blcr cannot restart interactive jobs. It can
create checkpoints for both interactive and batch steps, but only create checkpoints for both interactive and batch steps, but <b>only
batch jobs can be restarted.</p> batch jobs can be restarted.</b></p>
<p><b>NOTE:</b> BLCR operation has been verified with MVAPICH2. <p><b>NOTE:</b> BLCR operation has been verified with MVAPICH2.
Some other MPI implementations should also work.</p> Some other MPI implementations should also work.</p>
...@@ -193,6 +193,6 @@ option at job submit time or scontrol's <b>ImageDir</b> option. ...@@ -193,6 +193,6 @@ option at job submit time or scontrol's <b>ImageDir</b> option.
<p class="footer"><a href="#top">top</a></p> <p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 26 January 2010</p> <p style="text-align:center;">Last modified 26 March 2012</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
...@@ -213,6 +213,7 @@ Berkeley Lab Checkpoint Restart (BLCR). ...@@ -213,6 +213,7 @@ Berkeley Lab Checkpoint Restart (BLCR).
NOTE: If a file is found at sbin/scch (relative to the SLURM installation NOTE: If a file is found at sbin/scch (relative to the SLURM installation
location), it will be executed upon completion of the checkpoint. This can location), it will be executed upon completion of the checkpoint. This can
be a script used for managing the checkpoint files. be a script used for managing the checkpoint files.
NOTE: SLURM's BLCR logic only supports batch jobs.
.TP .TP
\fBcheckpoint/none\fR \fBcheckpoint/none\fR
no checkpoint support (default) no checkpoint support (default)
......
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