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
a9a72864
Commit
a9a72864
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Update overview document for use in ClusterWorld poster.
parent
f85ef129
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/slurm_overview.html
+17
-7
17 additions, 7 deletions
doc/html/slurm_overview.html
with
17 additions
and
7 deletions
doc/html/slurm_overview.html
+
17
−
7
View file @
a9a72864
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<body>
<body>
<h1>
SLURM: A Highly Scalable Resource Manager for Linux Clusters
</h1>
<h1>
SLURM: A Highly Scalable Resource Manager for Linux Clusters
</h1>
<a
href=
"http://www.llnl.gov/"
>
Lawrence Livermore National Laboratory (LLNL)
</a>
<a
href=
"http://www.llnl.gov/"
>
Lawrence Livermore National Laboratory (LLNL)
</a>
and
<a
href=
"http://www.lnxi.com/"
>
Linux Networ
x
</a>
and
<a
href=
"http://www.lnxi.com/"
>
Linux Networ
X
</a>
are designing and developing SLURM, Simple Linux Utility for
are designing and developing SLURM, Simple Linux Utility for
Resource Management.
Resource Management.
SLURM provides three key functions:
SLURM provides three key functions:
...
@@ -33,7 +33,7 @@ up to thousands of nodes.
...
@@ -33,7 +33,7 @@ up to thousands of nodes.
engine. While initially written for Linux, other UNIX-like
engine. While initially written for Linux, other UNIX-like
operating systems should be easy porting targets. The interconnect
operating systems should be easy porting targets. The interconnect
to be initially supported is
<a
href=
"http://www.quadrics.com/"
>
to be initially supported is
<a
href=
"http://www.quadrics.com/"
>
Quadrics
</a>
Elan3, but support for other interconnects is
already planned
.
Quadrics
</a>
Elan3, but support for other interconnects is
underway
.
<li>
SLURM is highly tolerant of system failures including failure
<li>
SLURM is highly tolerant of system failures including failure
of the node executing its control functions.
of the node executing its control functions.
<li>
It is simple enough for the motivated end user to understand
<li>
It is simple enough for the motivated end user to understand
...
@@ -80,8 +80,17 @@ A sample (partial) SLURM configuration file follows.
...
@@ -80,8 +80,17 @@ A sample (partial) SLURM configuration file follows.
#
#
ControlMachine=linux0001
ControlMachine=linux0001
BackupController=linux0002
BackupController=linux0002
Epilog=/usr/local/slurm/epilog Prolog=/usr/local/slurm/prolog
#
SlurmctldPort=7002 SlurmdPort=7003
AuthType=auth/authd
Epilog=/usr/local/slurm/sbin/epilog
HeartbeatInterval=60
PluginDir=/usr/local/slurm/lib
Prolog=/usr/local/slurm/sbin/prolog
SlurmctldPort=7002
SlurmctldTimeout=120
SlurmdPort=7003
SlurmdSpoolDir=/var/tmp/slurmd.spool
SlurmdTimeout=120
StateSaveLocation=/usr/local/slurm/slurm.state
StateSaveLocation=/usr/local/slurm/slurm.state
TmpFS=/tmp
TmpFS=/tmp
#
#
...
@@ -102,19 +111,20 @@ PartitionName=batch Nodes=lx[0041-9999] MaxTime=UNLIMITED MaxNodes=4096
...
@@ -102,19 +111,20 @@ PartitionName=batch Nodes=lx[0041-9999] MaxTime=UNLIMITED MaxNodes=4096
</pre>
</pre>
<h2>
Status
</h2>
<h2>
Status
</h2>
As of March 2003 all SLURM functionality was in place.
As of March 2003 all
essential
SLURM functionality was in place.
Execution of a simple program (/bin/hostname) across 1900
Execution of a simple program (/bin/hostname) across 1900
tasks on 950 nodes could be completed in under five seconds.
tasks on 950 nodes could be completed in under five seconds.
Our next goal will be the support of the
Our next goal will be the support of the
<a
href=
"http://www.research.ibm.com/bluegene/"
>
IBM BlueGene/L
</a>
<a
href=
"http://www.research.ibm.com/bluegene/"
>
IBM BlueGene/L
</a>
architecture in the summer of 2003.
architecture in the summer of 2003.
For additional information please contact
For additional information please contact
<a
href=
"mailto:jette1@llnl.gov"
>
jette1@llnl.gov
</a>
.
<a
href=
"mailto:jette1@llnl.gov"
>
jette1@llnl.gov
</a>
or
<a
href=
"mailto:grondona1@llnl.gov"
>
grondona1@llnl.gov
</a>
.
<hr>
<hr>
<a
href=
"http://www.llnl.gov/disclaimer.html"
>
Privacy and Legal Notice
</a>
<a
href=
"http://www.llnl.gov/disclaimer.html"
>
Privacy and Legal Notice
</a>
<p>
URL = http://www-lc.llnl.gov/dctg-lc/slurm/summary.html
<p>
URL = http://www-lc.llnl.gov/dctg-lc/slurm/summary.html
<p>
UCRL-WEB-149399 REV 1
<p>
UCRL-WEB-149399 REV 1
<p>
Last Modified Ma
rch
2
0
, 2003
</p>
<p>
Last Modified Ma
y
2
1
, 2003
</p>
<address>
Maintained by Moe Jette
<a
href=
"mailto:jette1@llnl.gov"
>
<address>
Maintained by Moe Jette
<a
href=
"mailto:jette1@llnl.gov"
>
jette1@llnl.gov
</a></address>
jette1@llnl.gov
</a></address>
</body>
</body>
...
...
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