Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
bc43cb89
Commit
bc43cb89
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Document checkpoint suppport for aix.
parent
6f20c615
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/ibm.html
+21
-2
21 additions, 2 deletions
doc/html/ibm.html
with
21 additions
and
2 deletions
doc/html/ibm.html
+
21
−
2
View file @
bc43cb89
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<meta
http-equiv=
"keywords"
content=
"Simple Linux Utility for Resource Management, SLURM, resource management,
<meta
http-equiv=
"keywords"
content=
"Simple Linux Utility for Resource Management, SLURM, resource management,
Linux clusters, high-performance computing, Livermore Computing"
>
Linux clusters, high-performance computing, Livermore Computing"
>
<meta
name=
"LLNLRandR"
content=
"UCRL-WEB-209488"
>
<meta
name=
"LLNLRandR"
content=
"UCRL-WEB-209488"
>
<meta
name=
"LLNLRandRdate"
content=
"
Ma
y 2005"
>
<meta
name=
"LLNLRandRdate"
content=
"
14 Jul
y 2005"
>
<meta
name=
"distribution"
content=
"global"
>
<meta
name=
"distribution"
content=
"global"
>
<meta
name=
"description"
content=
"Simple Linux Utility for Resource Management"
>
<meta
name=
"description"
content=
"Simple Linux Utility for Resource Management"
>
<meta
name=
"copyright"
<meta
name=
"copyright"
...
@@ -79,6 +79,25 @@ Poe will recognize that it lacks a SLURM job allocation (the SLURM_JOBID
...
@@ -79,6 +79,25 @@ Poe will recognize that it lacks a SLURM job allocation (the SLURM_JOBID
environment variable will be missing) and create the SLURM allocation
environment variable will be missing) and create the SLURM allocation
prior to launching tasks.
</p>
prior to launching tasks.
</p>
<h3>
Checkpoint
</h3>
<p>
SLURM supports checkpoint via poe.
In order to enable checkpoint, the shell executing the poe command must
itself be initiated with the environment variable
<b>
CHECKPOINT=yes
</b>
.
One file is written for each node on which the job is executing, plus
another for the script executing poe.a
By default, the checkpoint files will be written to the current working
directory of the job.
Names and locations of these files can be controled using the
environment variables
<b>
MP_CKPTFILE
</b>
and
<b>
MP_CKPTDIR
</b>
.
Use the squeue command to identify the job and job step of interest.
To initiate a checkpoint in which the job step will continue execution,
use the command:
<br>
<b>
scontrol check create
<i>
job_id.step_id
</i></b><br>
To initiate a checkpoint in which the job step will terminate afterwards,
use the command:
<br>
<b>
scontrol check vacate
<i>
job_id.step_id
</i></b></p>
<h3>
System Administration
</h3>
<h3>
System Administration
</h3>
<p>
Three unique components are required to use SLURM on an IBM system.
<p>
Three unique components are required to use SLURM on an IBM system.
...
@@ -113,7 +132,7 @@ of LLNL, which established a contract with IBM for this purpose).</p>
...
@@ -113,7 +132,7 @@ of LLNL, which established a contract with IBM for this purpose).</p>
<td
colspan=
"3"
><hr>
<p>
For information about this page, contact
<a
href=
"mailto:slurm-dev@lists.llnl.gov"
>
slurm-dev@lists.llnl.gov
</a>
.
</p>
<td
colspan=
"3"
><hr>
<p>
For information about this page, contact
<a
href=
"mailto:slurm-dev@lists.llnl.gov"
>
slurm-dev@lists.llnl.gov
</a>
.
</p>
<p><a
href=
"http://www.llnl.gov/"
><img
align=
middle
src=
"lll.gif"
width=
"32"
height=
"32"
border=
"0"
></a></p>
<p><a
href=
"http://www.llnl.gov/"
><img
align=
middle
src=
"lll.gif"
width=
"32"
height=
"32"
border=
"0"
></a></p>
<p
class=
"footer"
>
UCRL-WEB-209488
<br>
<p
class=
"footer"
>
UCRL-WEB-209488
<br>
Last modified
23 Ma
y 2005
</p></td>
Last modified
14 Jul
y 2005
</p></td>
</tr>
</tr>
</table>
</table>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment