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
cf031091
Commit
cf031091
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify reservation denial by user/account in man page
parent
33ede90d
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/man/man1/scontrol.1
+6
-0
6 additions, 0 deletions
doc/man/man1/scontrol.1
with
6 additions
and
0 deletions
doc/man/man1/scontrol.1
+
6
−
0
View file @
cf031091
...
@@ -1087,6 +1087,9 @@ For example, "Accounts=-physcode1,-physcode2" or "Accounts-=physcode1,physcode2"
...
@@ -1087,6 +1087,9 @@ For example, "Accounts=-physcode1,-physcode2" or "Accounts-=physcode1,physcode2"
will permit any account except physcode1 and physcode2 to use the reservation.
will permit any account except physcode1 and physcode2 to use the reservation.
You can add or remove individual accounts from an existing reservation by
You can add or remove individual accounts from an existing reservation by
using the update command and adding a '+' or '\-' sign before the '=' sign.
using the update command and adding a '+' or '\-' sign before the '=' sign.
If accounts are denied access to a reservation (account name preceeded by a '\-'),
then all other accounts are implicitly allowed to use the reservation and it is
not possible to also explicitly specify allowed accounts.
.TP
.TP
\fICoreCnt\fP=<num>
\fICoreCnt\fP=<num>
...
@@ -1234,6 +1237,9 @@ For example, "User=-jones1,-smith2" or "User-=jones1,smith2"
...
@@ -1234,6 +1237,9 @@ For example, "User=-jones1,-smith2" or "User-=jones1,smith2"
will permit any user except jones1 and smith2 to use the reservation.
will permit any user except jones1 and smith2 to use the reservation.
You can add or remove individual users from an existing reservation by
You can add or remove individual users from an existing reservation by
using the update command and adding a '+' or '\-' sign before the '=' sign.
using the update command and adding a '+' or '\-' sign before the '=' sign.
If users are denied access to a reservation (user name preceeded by a '\-'),
then all other users are implicitly allowed to use the reservation and it is
not possible to also explicitly specify allowed users.
.TP
.TP
\fBSPECIFICATIONS FOR UPDATE BLOCK/SUBMP \fR
\fBSPECIFICATIONS FOR UPDATE BLOCK/SUBMP \fR
...
...
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