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
2aec710b
Commit
2aec710b
authored
13 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Correct use of MAINT flag in reservation web pages
parent
cf3eb9b3
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
+4
-4
4 additions, 4 deletions
doc/html/reservations.shtml
with
4 additions
and
4 deletions
doc/html/reservations.shtml
+
4
−
4
View file @
2aec710b
...
...
@@ -74,7 +74,7 @@ this reservation will prevent any job specifying the need for needed a lustre
license from being scheduled on this cluster during this reservation.</p>
<pre>
$ scontrol create reservation starttime=2009-04-06T16:00:00 \
duration=120 user=root flags=
maint,
ignore_jobs \
duration=120 user=root flags=ignore_jobs \
licenses=lustre*1000
Reservation created: root_4
...
...
@@ -83,7 +83,7 @@ ReservationName=root_4 StartTime=2009-04-06T16:00:00
EndTime=2009-04-06T18:00:00 Duration=120
Nodes= NodeCnt=0
Features=(null) PartitionName=(null)
Flags=
MAINT,SPEC_NODES,
IGNORE_JOBS Licenses=lustre*1000
Flags=IGNORE_JOBS Licenses=lustre*1000
Users=root Accounts=(null)
</pre>
...
...
@@ -171,7 +171,7 @@ $ scontrol show configuration | grep Licenses
Licenses = cpu*64
$ scontrol create reservation starttime=2009-04-06T16:00:00 \
duration=120 user=bob flags=
maint,
ignore_jobs \
duration=120 user=bob flags=ignore_jobs \
licenses=cpu*32
Reservation created: bob_5
</pre>
...
...
@@ -301,7 +301,7 @@ before a reservation given fewer jobs to time-slice with.</li>
nodes be reserved (work around described above).</li>
</ol>
<p style="text-align: center;">Last modified
15 September
201
1
</p>
<p style="text-align: center;">Last modified
31 January
201
2
</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