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
15d570fa
Commit
15d570fa
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify Slurm use with IBM PE
parent
5731a563
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-pe.shtml
+10
-2
10 additions, 2 deletions
doc/html/ibm-pe.shtml
with
10 additions
and
2 deletions
doc/html/ibm-pe.shtml
+
10
−
2
View file @
15d570fa
...
@@ -16,6 +16,11 @@ software. You should be familiar with the SLURM's mode of operation on Linux
...
@@ -16,6 +16,11 @@ software. You should be familiar with the SLURM's mode of operation on Linux
clusters before studying the relatively few differences in operation on systems
clusters before studying the relatively few differences in operation on systems
with PE, which are described in this document.</p>
with PE, which are described in this document.</p>
<p>Note that Slurm is designed to be a replacement for IBM's LoadLeveler.
They are not designed to concurrently schedule resources.
Slurm provides manages network resources and provides the POE command with
a library that emulates LoadLeveler functionality.</p>
<h2><a name="user">User Tools</a></h2>
<h2><a name="user">User Tools</a></h2>
<p>The normal set of SLURM user tools: srun, scancel, sinfo, squeue, scontrol,
<p>The normal set of SLURM user tools: srun, scancel, sinfo, squeue, scontrol,
...
@@ -474,7 +479,10 @@ on a cluster, however each scheduler must be configured to manage different
...
@@ -474,7 +479,10 @@ on a cluster, however each scheduler must be configured to manage different
compute nodes (e.g. LoadLeveler can manage compute nodes "tux[1-8]" and SLURM
compute nodes (e.g. LoadLeveler can manage compute nodes "tux[1-8]" and SLURM
can manage compute nodes "tux[9-16]" on the same cluster). In addition, the
can manage compute nodes "tux[9-16]" on the same cluster). In addition, the
/etc/poe.limits file on each node must identify the MP_PE_RMLIB appropriate
/etc/poe.limits file on each node must identify the MP_PE_RMLIB appropriate
for that node (e.g. IBM's or SLURM's libpermapi.so)</p>
for that node (e.g. IBM's or SLURM's libpermapi.so).
If Slurm and LoadLeveler are configured to simultaneously manage the same
nodes, you should expect both resource managers to try assigning the same
resources. This will result in job failures.</p>
<p>The srun command uses the <b>launch/poe</b> plugin to launch the poe program.
<p>The srun command uses the <b>launch/poe</b> plugin to launch the poe program.
Then poe uses the <b>launch/slurm</b> plugin to launch the "pmd" process on the
Then poe uses the <b>launch/slurm</b> plugin to launch the "pmd" process on the
...
@@ -506,6 +514,6 @@ startsrc -s pnsd -a -D
...
@@ -506,6 +514,6 @@ startsrc -s pnsd -a -D
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
3
1
January
2013</p></td>
<p style="text-align:center;">Last modified
1
1
March
2013</p></td>
<!--#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