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
dc9c53d3
Commit
dc9c53d3
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Note that slurm.conf needs to be installed on all nodes of the cluster
parent
66c3c199
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/quickstart_admin.shtml
+12
-8
12 additions, 8 deletions
doc/html/quickstart_admin.shtml
with
12 additions
and
8 deletions
doc/html/quickstart_admin.shtml
+
12
−
8
View file @
dc9c53d3
...
...
@@ -24,12 +24,15 @@ NOTE: The parent directories for SLURM's log files, process ID files,
state save directories, etc. are not created by SLURM.
They must be created and made writable by <i>SlurmUser</i> as needed prior to
starting SLURM daemons.</li>
<li>Install the configuration file in <i><sysconfdir>/slurm.conf</i>.</li>
<li>Install the configuration file in <i><sysconfdir>/slurm.conf</i>.<br>
NOTE: You will need to install this configuration file on all nodes of the cluster.</li>
<li>Create OpenSSL keys:<br>
<i>openssl genrsa -out <sysconfdir>/slurm.key 1024</i><br>
<i>openssl rsa -in <sysconfdir>/slurm.key -pubout -out <sysconfdir>/slurm.cert</i><br>
NOTE: You will build the OpenSSL key files on one node and distribute them
to all of the nodes in the cluster.</li>
NOTE: You will build the OpenSSL key files on one node and distribute <i>slurm.cert</i>
to all of the nodes in the cluster. <i>slurm.key</i> must be readable only by
<i>SlurmUser<i> and is only needed where the <i>slurmctld</i> (SLURM controller
daemon) executes, typically just a couple of nodes.</li>
<li>Start the <i>slurmctld</i> and <i>slurmd</i> daemons.</li>
</ol>
<p>NOTE: Items 2 through 5 can be replaced with</p>
...
...
@@ -210,14 +213,15 @@ For more information, see <a href="quickstart.html#mpi">MPI</a>.
<p>The scheduler used by SLURM is controlled by the <b>SchedType</b> configuration
parameter. This is meant to control the relative importance of pending jobs and
several options are available
SLURM's default scheduler is FIFO (First-In First-Out).
SLURM's default scheduler is
<u>
FIFO (First-In First-Out)
</u>
.
SLURM offers a backfill scheduling plugin.
Backfill scheduling will initiate a lower-priority jobs
<u>
Backfill scheduling
</u>
will initiate a lower-priority jobs
if doing so does not delay the expected initiation time of higher priority jobs;
essentially using smaller jobs to fill holes in the resource allocation plan.
Effective backfill scheduling does require users to specify job time limits.
SLURM offers a gang scheduler plugin, which provides time slicing of parallel
jobs sharing the same nodes.
SLURM offers a <u>gang scheduler</u>, which time-slices jobs in the same partition/queue
and can be used to preempt jobs from lower-priority queues in order to execute
jobs in higher priority queues.
SLURM also supports a plugin for use of
<a href="http://www.clusterresources.com/pages/products/maui-cluster-scheduler.php">
The Maui Scheduler</a> or
...
...
@@ -606,6 +610,6 @@ in the NEWS file.
</pre> <p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
11 March
2008</p>
<p style="text-align:center;">Last modified
28 April
2008</p>
<!--#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