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
49ef3bfc
Commit
49ef3bfc
authored
8 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify core_spec selection algorithm
parent
83e9e0b7
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/core_spec.shtml
+10
-3
10 additions, 3 deletions
doc/html/core_spec.shtml
with
10 additions
and
3 deletions
doc/html/core_spec.shtml
+
10
−
3
View file @
49ef3bfc
...
@@ -36,8 +36,15 @@ commands will reflect all CPUS on all allocated nodes as will the job's
...
@@ -36,8 +36,15 @@ commands will reflect all CPUS on all allocated nodes as will the job's
accounting.</p>
accounting.</p>
<h2>Core Selection</h2>
<h2>Core Selection</h2>
<p>Cores selected for specialization will always follow the same assignment
<p>The specific resources to be used for specialization may be identified using
algorithm.
the <i>CPUSpecList</i> configuration parameter associated with each node in
the <i>slurm.conf</i> file.
Note that the <i>core_spec/cray</i> does not currently support identification of
specific cores, so that plugin should not be used in conjunction with the
<i>CPUSpecList</i> configuration parameter, even on Cray systems.
If <i>CoreSpecCount</i> is configured, but not <i>CPUSpecList</i>, the cores
selected for specialization will always follow the assignment algorithm
described below.
The first core selected will be the highest numbered core on the highest
The first core selected will be the highest numbered core on the highest
numbered socket.
numbered socket.
Subsequent cores selected will be the highest numbered core on the lower
Subsequent cores selected will be the highest numbered core on the lower
...
@@ -86,6 +93,6 @@ If the core count is not configured and the CPUs value is configured to the
...
@@ -86,6 +93,6 @@ If the core count is not configured and the CPUs value is configured to the
count of hyperthreads, then hyperthreads rather than cores will be reserved for
count of hyperthreads, then hyperthreads rather than cores will be reserved for
system use.</p>
system use.</p>
<p style="text-align:center;">Last modified
6 June
201
4
</p>
<p style="text-align:center;">Last modified
1 December
201
6
</p>
<!--#include virtual="footer.txt"-->
<!--#include virtual="footer.txt"-->
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