Skip to content
Snippets Groups Projects
Commit 7c091c91 authored by Danny Auble's avatar Danny Auble
Browse files

Merge remote-tracking branch 'origin/slurm-2.5'

Conflicts:
	META
parents 9f4080ba 59578e49
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ have, for instance, the 4th nodeboard populated instead of the 1st.
<p>The normal set of SLURM user tools: <i>sbatch</i>, <i>scancel</i>,
<i>sinfo</i>, <i>squeue</i>, and <i>scontrol</i> provide all of the expected
services except support for job steps, which is detailed later.
The sstat command is not supported on Cray systems.</p>
The sstat command is not supported on BlueGene systems.</p>
<p>Seven job submission options are available exclusively on BlueGene systems:</p>
<table>
......@@ -110,6 +110,13 @@ SLURM job step information, including accounting, functions as
expected. Totalview and other debuggers will also work with srun.
If SLURM is installed and configured correctly IBM's runjob will not
work.</p>
<p>The <i>srun --launcher-opts</i> option is designed to convey
options to <i>runjob</i> that are not available using <i>srun</i>
alone. Node selection options are conveyed automatically
by <i>srun</i> and cannot be overridden using this option. Two
leading dashes are required when listing the <i>runjob</i>
options, e.g., <i>srun --launcher-opts='--mapping TEDCBA'</i>. See
the <i>runjob</i> man page for the list of available options.</p>
<h3>Task Launch on BlueGene/L and BlueGene/P only</h3>
......
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