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
ab1e1c4a
Commit
ab1e1c4a
authored
11 years ago
by
David Bigagli
Browse files
Options
Downloads
Patches
Plain Diff
Updated the PMI2 documentation and RELEASE_NOTES.
parent
16f4b52f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RELEASE_NOTES
+2
-0
2 additions, 0 deletions
RELEASE_NOTES
doc/html/mpi_guide.shtml
+8
-1
8 additions, 1 deletion
doc/html/mpi_guide.shtml
with
10 additions
and
1 deletion
RELEASE_NOTES
+
2
−
0
View file @
ab1e1c4a
...
...
@@ -112,6 +112,8 @@ COMMAND CHANGES (see man pages for details)
OTHER CHANGES
=============
- Added PMI2 client library. Refere to the documentation here:
http://slurm.schedmd.com/mpi_guide.html#mpich2
- Added SLURM_SUBMIT_HOST to salloc, sbatch and srun job environment.
- Added SLURM_ARRAY_TASK_ID and SLURM_ARRAY_TASK_ID to environment of job
array.
...
...
This diff is collapsed.
Click to expand it.
doc/html/mpi_guide.shtml
+
8
−
1
View file @
ab1e1c4a
...
...
@@ -290,7 +290,6 @@ in the example below below.</p>
srun -n4 --mpi=pmi2 ./a.out
</pre>
<b>Note:</b>
<p>
The PMI2 support in SLURM works only if the MPI implementation supports it, in other words if the MPI has
the PMI2 interface implemented. The <i>--mpi=pmi2</i> will load the library <i>lib/slurm/mpi_pmi2.so</i>
...
...
@@ -302,6 +301,14 @@ You can refere yourself to <i>mpich2-1.5</i> implementation and configure MPICH
<p>
To check if the MPI version you are using supports PMI2 check for PMI2_* symbols in the MPI library.
<p>
SLURM provides a version of the PMI2 client library in the contribs directory. This library gets
installed in the SLURM lib directory. If your MPI implementation supports PMI2 and you wish to use
the SLURM provided library you have to link the SLURM provided library explicitly:
<pre>
$ mpicc -L<path_to_pim2_lib> -lpmi2 ...
$ srun -n20 a.out
</pre>
<hr size=4 width="100%">
...
...
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