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
5ded7ee8
Commit
5ded7ee8
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add performance results
parent
f927f629
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/big_sys.shtml
+31
-1
31 additions, 1 deletion
doc/html/big_sys.shtml
with
31 additions
and
1 deletion
doc/html/big_sys.shtml
+
31
−
1
View file @
5ded7ee8
...
@@ -6,11 +6,41 @@
...
@@ -6,11 +6,41 @@
for clusters containing 1,024 nodes or more.
for clusters containing 1,024 nodes or more.
Virtually all SLURM components have been validated (through emulation)
Virtually all SLURM components have been validated (through emulation)
for clusters containing up to 65,536 compute nodes.
for clusters containing up to 65,536 compute nodes.
Getting
good
performance at that scale does require some tuning and
Getting
optimal
performance at that scale does require some tuning and
this document should help you off to a good start.
this document should help you off to a good start.
A working knowledge of SLURM should be considered a prerequisite
A working knowledge of SLURM should be considered a prerequisite
for this material.</p>
for this material.</p>
<h2>Performance Results</h2>
<p>SLURM has acutally been used on clusters containing up to 4,184 nodes.
At that scale, the total time to execute a simple program (resource
allocation, task launch, I/O processing, and cleanup, e.g.
"time srun -N4184 -n8368 uname") at 8,368 tasks
across the 4,184 nodes was under 57 seconds. The table below shows
total execution times for several large clusters with different architectures.</p>
<table border>
<caption>SLURM Total Job Execution Time</caption>
<tr>
<th>Nodes</th><th>Tasks</th><th>Seconds</th>
</tr>
<tr>
<th>256</th><th>512</th><th>1.0</th>
</tr>
<tr>
<th>512</th><th>1024</th><th>2.2</th>
</tr>
<tr>
<th>1024</th><th>2048</th><th>3.7</th>
</tr>
<tr>
<th>2123</th><th>4246</th><th>19.5</th>
</tr>
<tr>
<th>4184</th><th>8368</th><th>56.6</th>
</tr>
</table>
<h2>Node Selection Plugin (SelectType)</h2>
<h2>Node Selection Plugin (SelectType)</h2>
<p>While allocating individual processors within a node is great
<p>While allocating individual processors within a node is great
...
...
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