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
a33c5e59
Commit
a33c5e59
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add use info for mpich-gm
parent
e19b98d2
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/quickstart.shtml
+13
-2
13 additions, 2 deletions
doc/html/quickstart.shtml
with
13 additions
and
2 deletions
doc/html/quickstart.shtml
+
13
−
2
View file @
a33c5e59
...
@@ -178,7 +178,7 @@ There are three fundamentally different modes of operation used
...
@@ -178,7 +178,7 @@ There are three fundamentally different modes of operation used
by these various MPI implementation.
by these various MPI implementation.
<ol>
<ol>
<li>SLURM directly launches the tasks and performs initialization
<li>SLURM directly launches the tasks and performs initialization
of communications (Quadrics MPI, MPICH2, MVAPICH and MVAPICH2).</li>
of communications (Quadrics MPI, MPICH2,
MPICH-GM,
MVAPICH and MVAPICH2).</li>
<li>SLURM creates a resource allocation for the job and then
<li>SLURM creates a resource allocation for the job and then
mpirun launches tasks using SLURM's infrastructure (OpenMPI,
mpirun launches tasks using SLURM's infrastructure (OpenMPI,
LAM/MPI and HP-MPI).</li>
LAM/MPI and HP-MPI).</li>
...
@@ -268,6 +268,17 @@ libary integrated with SLURM</li>
...
@@ -268,6 +268,17 @@ libary integrated with SLURM</li>
of 1 or higher for the PMI libary to print debugging information</li>
of 1 or higher for the PMI libary to print debugging information</li>
</ul></p>
</ul></p>
<p><a href="http://www.myri.com/scs/download-mpichgm.html"><b>MPICH-GM</b></a>
jobs can be launched directly by <b>srun</b> command.
SLURM's <i>mpichgm</i> MPI plugin must be used to establish communications
between the laucnhed tasks. This can be accomplished either using the SLURM
configuration parameter <i>MpiDefault=mpichgm</i> in <b>slurm.conf</b>
or srun's <i>--mpi=mpichgm</i> option.
<pre>
$ mpicc ...
$ srun -n16 --mpi=mpichgm a.out
</pre>
<p><a href="http://nowlab.cse.ohio-state.edu/projects/mpi-iba"><b>MVAPICH</b></a>
<p><a href="http://nowlab.cse.ohio-state.edu/projects/mpi-iba"><b>MVAPICH</b></a>
jobs can be launched directly by <b>srun</b> command.
jobs can be launched directly by <b>srun</b> command.
SLURM's <i>mvapich</i> MPI plugin must be used to establish communications
SLURM's <i>mvapich</i> MPI plugin must be used to establish communications
...
@@ -326,6 +337,6 @@ $ sbatch -n16 mpich.sh
...
@@ -326,6 +337,6 @@ $ sbatch -n16 mpich.sh
sbatch: Submitted batch job 1234
sbatch: Submitted batch job 1234
</pre>
</pre>
<p style="text-align:center;">Last modified 1
7
May 2007</p>
<p style="text-align:center;">Last modified 1
8
May 2007</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
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