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
d5f080b5
Commit
d5f080b5
authored
19 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Expand explanation of slurm.conf Shared partition parameter and
its relationship to small bglblocks.
parent
7381eeea
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/bluegene.html
+10
-5
10 additions, 5 deletions
doc/html/bluegene.html
with
10 additions
and
5 deletions
doc/html/bluegene.html
+
10
−
5
View file @
d5f080b5
...
...
@@ -432,13 +432,18 @@ Nodes=bgl[001x001] Type=SMALL # 1x1x1 = 1 midplane, in four bglblocks
<p>
The above
<i>
bluegene.conf
</i>
file defines multiple bglblocks to be
created in a single midplane (see the "SMALL" option).
Note that you can not presently control how many bglblocks are created
in a midplane, it will be
at most
four.
in a midplane, it will be four.
Using this mechanism, up to eight independent jobs can be executed
simultaneously on a one-rack Blue Gene system.
If using small midplanes or "small bglblocks", the SLURM partition containing
them as defined in
<i>
slurm.conf
</i>
must have the parameter
<i>
Shared=force
</i>
to enable scheduling of multiple jobs on what
SLURM considers a single node.
</p>
If defining bglblocks of
<i>
Type=SMALL
</i>
, the SLURM partition
containing them as defined in
<i>
slurm.conf
</i>
must have the
parameter
<i>
Shared=force
</i>
to enable scheduling of multiple
jobs on what SLURM considers a single node.
SLURM partitions that do not contain bglblocks of
<i>
Type=SMALL
</i>
may have the parameter
<i>
Shared=no
</i>
for a slight improvement in
scheduler performance.
As in all SLURM configuration files, parameters and values
are case insensitive.
</p>
<p>
One more thing is required to support SLURM interactions with
the DB2 database (at least as of the time this was written).
...
...
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