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
f12acafe
Commit
f12acafe
authored
11 years ago
by
David Bigagli
Browse files
Options
Downloads
Patches
Plain Diff
Correct errors in the documentation.
parent
6bcfb041
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/reservations.shtml
+3
-3
3 additions, 3 deletions
doc/html/reservations.shtml
with
3 additions
and
3 deletions
doc/html/reservations.shtml
+
3
−
3
View file @
f12acafe
...
@@ -9,7 +9,7 @@ and a time period during which the reservation is available.
...
@@ -9,7 +9,7 @@ and a time period during which the reservation is available.
The resources which can be reserved include nodes and/or licenses.
The resources which can be reserved include nodes and/or licenses.
Note that resource reservations are not compatible with SLURM's
Note that resource reservations are not compatible with SLURM's
gang scheduler plugin since the termination time of running jobs
gang scheduler plugin since the termination time of running jobs
is
not
possible to
accurately predict.</p>
can
not
be
accurately predict
ed
.</p>
<p>Note that reserved licenses are treated somewhat differently than reserved
<p>Note that reserved licenses are treated somewhat differently than reserved
nodes. When nodes are reserved, then jobs using that reservation can use only
nodes. When nodes are reserved, then jobs using that reservation can use only
...
@@ -62,7 +62,7 @@ ReservationName=root_3 StartTime=2009-02-06T16:00:00
...
@@ -62,7 +62,7 @@ ReservationName=root_3 StartTime=2009-02-06T16:00:00
<p>A variation of this would be to configure license to represent system
<p>A variation of this would be to configure license to represent system
resources, such as a global file system.
resources, such as a global file system.
The system resource may not
may not
require an actual license for use, but
The system resource may not require an actual license for use, but
SLURM licenses can be used to prevent jobs needed the resource from being
SLURM licenses can be used to prevent jobs needed the resource from being
started when that resource is unavailable.
started when that resource is unavailable.
One could create a reservation for all of those licenses in order to perform
One could create a reservation for all of those licenses in order to perform
...
@@ -207,7 +207,7 @@ reservation name. The job must be contained completely within the
...
@@ -207,7 +207,7 @@ reservation name. The job must be contained completely within the
named reservation. The job will be canceled after the reservation
named reservation. The job will be canceled after the reservation
reaches its EndTime. If letting the job continue execution after
reaches its EndTime. If letting the job continue execution after
the reservation EndTime, a configuration option <i>ResvOverRun</i>
the reservation EndTime, a configuration option <i>ResvOverRun</i>
can be set to control how long the job can continue execution.</p>
in slurm.conf
can be set to control how long the job can continue execution.</p>
<pre>
<pre>
$ sbatch --reservation=alan_6 -N4 my.script
$ sbatch --reservation=alan_6 -N4 my.script
sbatch: Submitted batch job 65540
sbatch: Submitted batch job 65540
...
...
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