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
148dba6c
Commit
148dba6c
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Update docmenation related to launch/aprun plugin
parent
13a60fe7
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
doc/html/launch_plugins.shtml
+10
-6
10 additions, 6 deletions
doc/html/launch_plugins.shtml
doc/man/man5/slurm.conf.5
+5
-1
5 additions, 1 deletion
doc/man/man5/slurm.conf.5
with
15 additions
and
7 deletions
doc/html/launch_plugins.shtml
+
10
−
6
View file @
148dba6c
...
@@ -16,11 +16,15 @@ plugin_name[]="<i>launch SLURM plugin</i>"</span>
...
@@ -16,11 +16,15 @@ plugin_name[]="<i>launch SLURM plugin</i>"</span>
plugin_type[]="<i>launch/slurm</i>"</span><br>
plugin_type[]="<i>launch/slurm</i>"</span><br>
<p style="margin-left:.2in">
<p style="margin-left:.2in">
<li><b>poe</b>—Use IBM's poe to launch tasks - used with IBM's PE
<ul>
typically when using an IBM proprietary interconnect.
<li><b>aprun</b>—Use Cray's aprun command to launch tasks - used on Cray
<li><b>runjob</b>—Use IBM's runjob to launch tasks - used on
systems with ALPS installed.</li>
BlueGene/Q machines.
<li><b>poe</b>—Use IBM's poe command to launch tasks - used on systems
<li><b>slurm</b>—Use SLURM's default launching infrastructure<br>
IBM's parallel environment (PE) installed.</li>
<li><b>runjob</b>—Use IBM's runjob command to launch tasks - used on
BlueGene/Q systems.</li>
<li><b>slurm</b>—Use SLURM's default launching infrastructure</li>
</ul>
<p>The programmer is urged to study
<p>The programmer is urged to study
<span class="commandline">src/plugins/launch/slurm/launch_slurm.c</span>
<span class="commandline">src/plugins/launch/slurm/launch_slurm.c</span>
for a sample implementation of a SLURM launch plugin.
for a sample implementation of a SLURM launch plugin.
...
@@ -123,6 +127,6 @@ for a sample implementation of a SLURM launch plugin.
...
@@ -123,6 +127,6 @@ for a sample implementation of a SLURM launch plugin.
<p class="footer"><a href="#top">top</a>
<p class="footer"><a href="#top">top</a>
<p style="text-align:center;">Last modified
28 June
2012</p>
<p style="text-align:center;">Last modified
9 November
2012</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
5
−
1
View file @
148dba6c
...
@@ -786,10 +786,14 @@ The value may not exceed 65533.
...
@@ -786,10 +786,14 @@ The value may not exceed 65533.
\fBLaunchType\fR
\fBLaunchType\fR
Identifies the mechanism to be used to launch application tasks.
Identifies the mechanism to be used to launch application tasks.
Acceptable values include
Acceptable values include
"launch/aprun" for use with Cray systems with ALPS,
"launch/poe" for use with IBM Parallel Environment (PE),
"launch/poe" for use with IBM Parallel Environment (PE),
"launch/runjob" for use with IBM BlueGene/Q systems, and
"launch/runjob" for use with IBM BlueGene/Q systems, and
"launch/slurm" for all other systems.
"launch/slurm" for all other systems.
The default value is "launch/runjob" for IBM BlueGene/Q systems and
The default value is
"launch/aprun" for Cray systems,
"launch/poe" for systems with the IBM NRT library installed,
"launch/runjob" for IBM BlueGene/Q systems, and
"launch/slurm" for all other systems.
"launch/slurm" for all other systems.
.TP
.TP
...
...
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