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
dac48ec5
Commit
dac48ec5
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add references to Open MPI (uses DefaultMPI=lam).
parent
f498d417
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/html/quickstart_admin.html
+7
-2
7 additions, 2 deletions
doc/html/quickstart_admin.html
doc/man/man5/slurm.conf.5
+2
-1
2 additions, 1 deletion
doc/man/man5/slurm.conf.5
etc/slurm.conf.example
+3
-3
3 additions, 3 deletions
etc/slurm.conf.example
with
12 additions
and
6 deletions
doc/html/quickstart_admin.html
+
7
−
2
View file @
dac48ec5
...
@@ -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-213976"
>
<meta
name=
"LLNLRandR"
content=
"UCRL-WEB-213976"
>
<meta
name=
"LLNLRandRdate"
content=
"1
2
August 2005"
>
<meta
name=
"LLNLRandRdate"
content=
"
3
1 August 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"
...
@@ -217,6 +217,11 @@ the <b>slurmd</b> daemon. LAM/MPI version 7.1 or higher contains support for
...
@@ -217,6 +217,11 @@ the <b>slurmd</b> daemon. LAM/MPI version 7.1 or higher contains support for
SLURM.
SLURM.
Set the
<b>
MpiDefault=lam
</b>
configuration parameters in slurm.conf.
</p>
Set the
<b>
MpiDefault=lam
</b>
configuration parameters in slurm.conf.
</p>
<p>
Another good pen-source MPI for use with SLURM is
<a
href=
"http://www.open-mpi.org/"
>
Open MPI
</a>
.
Set the
<b>
MpiDefault=lam
</b>
configuration parameters in slurm.conf
for use of Open MPI.
</p>
<p>
Note that the ordering of tasks within an job's allocation matches that of
<p>
Note that the ordering of tasks within an job's allocation matches that of
nodes in the slurm.conf configuration file. SLURM presently lacks the ability
nodes in the slurm.conf configuration file. SLURM presently lacks the ability
to arbitrarily order tasks across nodes.
</p>
to arbitrarily order tasks across nodes.
</p>
...
@@ -548,7 +553,7 @@ in the NEWS file.
...
@@ -548,7 +553,7 @@ in the NEWS file.
<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-213976
<br>
<p
class=
"footer"
>
UCRL-WEB-213976
<br>
Last modified 1
2
August 2005
</p></td>
Last modified
3
1 August 2005
</p></td>
</tr>
</tr>
</table>
</table>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
2
−
1
View file @
dac48ec5
...
@@ -221,7 +221,8 @@ May not exceed 65534.
...
@@ -221,7 +221,8 @@ May not exceed 65534.
\fBMpiDefault\fR
\fBMpiDefault\fR
Identifies the default type of MPI to be used.
Identifies the default type of MPI to be used.
Srun may override this configuration parameter in any case.
Srun may override this configuration parameter in any case.
Currently supported versions include: lam, mpich\-gm, mvapich,
Currently supported versions include: lam (which works for
LAM MPI and Open MPI), mpich\-gm, mvapich,
and none (default, which works for many other versions of MPI).
and none (default, which works for many other versions of MPI).
.TP
.TP
\fBPluginDir\fR
\fBPluginDir\fR
...
...
This diff is collapsed.
Click to expand it.
etc/slurm.conf.example
+
3
−
3
View file @
dac48ec5
...
@@ -353,9 +353,9 @@ JobAcctType=jobacct/none
...
@@ -353,9 +353,9 @@ JobAcctType=jobacct/none
# "MpiDefault" : define the default type of MPI to be used. If
# "MpiDefault" : define the default type of MPI to be used. If
# srun does not specify another value, slurm will
# srun does not specify another value, slurm will
# establish the environment for this mpi to execute.
# establish the environment for this mpi to execute.
# Currently supported values are lam
, mpich-gm, mvapich,
# Currently supported values are lam
(for LAM MPI and
#
and none (default, which works for most other versions
#
Open MPI), mpich-gm, mvapich, and none (default,
# of MPI).
#
which works for most other versions
of MPI).
#
#
# Example:
# Example:
#
#
...
...
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