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
cfde9d57
Commit
cfde9d57
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
minor tweaks to multi-cluster documentation
parent
906912b3
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/multi_cluster.shtml
+19
-18
19 additions, 18 deletions
doc/html/multi_cluster.shtml
with
19 additions
and
18 deletions
doc/html/multi_cluster.shtml
+
19
−
18
View file @
cfde9d57
...
...
@@ -2,46 +2,47 @@
<h1>Multi-Cluster Operation</h1>
<p>A cluster is comprised of all the nodes managed by a single
slurmctld
. SLURM v2.2 offers the ability to target commands to other
<p>A cluster is comprised of all the nodes managed by a single
slurmctld
daemon
. SLURM v
ersion
2.2 offers the ability to target commands to other
clusters instead of, or in addition to, the local cluster on which the
command is invoked. When this behavior is enabled, users can submit
jobs to one or many clusters and receive status from those remote
clusters.</p>
For example
,
<p>
For example
:</p>
<PRE>
juser@dawn> squeue -M dawn,dusk
CLUSTER: dawn
JOBID PARTITION
NAME
USER ST
TIME
NODES BP_LIST(REASON)
10
76897 pdebug
myJob
juser R
5:0
4:10
128 dawn001[8-15]
10
76898 pdebug
myJob
juser R
5:0
4:10
128 dawn001[16-23]
1
07
6899 pdebug
myJob
juser R
5:0
4:10
128 dawn001[24-31]
JOBID PARTITION NAME USER ST TIME NODES BP_LIST(REASON)
76897 pdebug myJob juser R 4:10 128 dawn001[8-15]
76898 pdebug myJob juser R 4:10 128 dawn001[16-23]
16899 pdebug myJob juser R 4:10 128 dawn001[24-31]
CLUSTER: dusk
JOBID PARTITION
NAME
USER ST
TIME
NODES BP_LIST(REASON)
1
00
1950 pdebug
aJob
juser R
4:20
128 dusk000[0-15]
1
00
1949 pdebug
aJob
juser R
5:01
128 dusk000[48-63]
1
00
1946 pdebug
aJob
juser R
6:35
128 dusk000[32-47]
1
00
1945 pdebug
aJob
juser R
6:36
128 dusk000[16-31]
JOBID PARTITION NAME USER ST TIME NODES BP_LIST(REASON)
11950 pdebug aJob juser R 4:20 128 dusk000[0-15]
11949 pdebug aJob juser R 5:01 128 dusk000[48-63]
11946 pdebug aJob juser R 6:35 128 dusk000[32-47]
11945 pdebug aJob juser R 6:36 128 dusk000[16-31]
</PRE>
<p>Many of the
slurm
client commands now offer the "-M, --clusters="
<p>Many of the
SLURM
client commands now offer the "-M, --clusters="
option and the ability to specify a comma separated list of clusters.
When <b>sbatch</b> is invoked with a cluster list, SLURM will submit
the job to the cluster which meets the job's specifications and
can
ru
n the job at the earliest time.</p>
the job to the cluster which meets the job's specifications and
is expected
to begi
n the job at the earliest time.</p>
<h2>Multi-Cluster Configuration</h2>
<p>The multi-cluster functionality requires the use of the slurmDBD.
The AccountingStorageType in the slurm.conf file must be set to the
accounting_storage/slurmdbd plugin and the MUNGE or authentication
keys must be installed to allow each cluster to communicate with the
slurmDBD. See <a href="accounting.html">accounting</a> for
details.</p>
slurmDBD. Note that MUNGE can be configured to use different keys for
communications within a cluster and across clusters if desired.
See <a href="accounting.html">accounting</a> for details.</p>
<p>Once configured,
slurm
commands specifying the "-M, --clusters="
<p>Once configured,
SLURM
commands specifying the "-M, --clusters="
option will become active for all of the clusters listed by the
<b>"sacctmgr show clusters"</b> command.</p>
...
...
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