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
ab823843
Commit
ab823843
authored
4 years ago
by
Gennaro Oliva
Committed by
Ben Roberts
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Docs - Fix single quotes in sacctmgr and free_job_info pages
Bug 10141
parent
a978a80e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man1/sacctmgr.1
+9
-9
9 additions, 9 deletions
doc/man/man1/sacctmgr.1
doc/man/man3/slurm_free_job_info_msg.3
+3
-3
3 additions, 3 deletions
doc/man/man3/slurm_free_job_info_msg.3
with
12 additions
and
12 deletions
doc/man/man1/sacctmgr.1
+
9
−
9
View file @
ab823843
.TH sacctmgr "1" "Slurm Commands" "
Octo
ber 2020" "Slurm Commands"
.TH sacctmgr "1" "Slurm Commands" "
Novem
ber 2020" "Slurm Commands"
.SH "NAME"
sacctmgr \- Used to view and modify Slurm account information.
...
...
@@ -445,7 +445,7 @@ pending job.
.TP
\fIPriority\fP
What priority will be added to a job
\
's priority when using this association.
What priority will be added to a job's priority when using this association.
This is overridden if set directly on a user.
Default is the cluster's limit.
To clear a previously set value use the modify command with a new value of \-1.
...
...
@@ -733,13 +733,13 @@ Maximum wall clock time each job is able to use.
.TP
\fIQos\fP
.RS
Valid QOS
\
' for this association.
Valid QOS' for this association.
.RE
.TP
\fIQosRaw\fP
.RS
QOS
\
' ID.
QOS' ID.
.RE
.TP
...
...
@@ -756,7 +756,7 @@ The name of a partition in the association.
.TP
\fIPriority\fP
What priority will be added to a job
\
's priority when using this association.
What priority will be added to a job's priority when using this association.
.TP
\fIWithRawQOSLevel\fP
...
...
@@ -1375,7 +1375,7 @@ Name of the QOS.
.TP
\fIPreempt\fP
Other QOS
\
' this QOS can preempt.
Other QOS' this QOS can preempt.
\fBNOTE\fP: The \fIPriority\fP of a QOS is NOT related to QOS preemption, only
\fIPreempt\fP is used to define which QOS can preempt others.
...
...
@@ -1403,7 +1403,7 @@ global option in slurm.conf.
.TP
\fIPriority\fP
What priority will be added to a job
\
's priority when using this QOS.
What priority will be added to a job's priority when using this QOS.
\fBNOTE\fP: The \fIPriority\fP of a QOS is NOT related to QOS preemption, see
\fIPreempt\fP instead.
...
...
@@ -1578,7 +1578,7 @@ Name of the QOS. Needed for creation.
.TP
\fIPreempt\fP
Other QOS
\
' this QOS can preempt.
Other QOS' this QOS can preempt.
Setting a Preempt to '' (two single
quotes with nothing between them) restores its default setting. You
can also use the operator += and \-= to add or remove certain QOS's
...
...
@@ -1595,7 +1595,7 @@ PreemptMode=SUSPEND (i.e. preempted jobs must be removed from the resources).
.TP
\fIPriority\fP
What priority will be added to a job
\
's priority when using this QOS.
What priority will be added to a job's priority when using this QOS.
To clear a previously set value use the modify command with a new value of \-1.
.TP
...
...
This diff is collapsed.
Click to expand it.
doc/man/man3/slurm_free_job_info_msg.3
+
3
−
3
View file @
ab823843
.TH "Slurm API" "3" "Slurm job information reporting functions" "
April
20
15
" "Slurm job information reporting functions"
.TH "Slurm API" "3" "Slurm job information reporting functions" "
November
20
20
" "Slurm job information reporting functions"
.SH "NAME"
slurm_get_end_time, slurm_get_rem_time,
...
...
@@ -275,13 +275,13 @@ allocation response message.
\fBslurm_load_jobs\fR function.
.LP
\fBslurm_get_end_time\fR Returns the expected termination time of a specified
Slurm job. The time corresponds to the exhaustion of the job
\
's or partition
\
's
Slurm job. The time corresponds to the exhaustion of the job's or partition's
time limit. NOTE: The data is cached locally and only retrieved from the
Slurm controller once per minute.
.LP
\fBslurm_get_rem_time\fR Returns the number of seconds remaining before the
expected termination time of a specified Slurm job id. The time corresponds
to the exhaustion of the job
\
's or partition
\
's time limit. NOTE: The data is
to the exhaustion of the job's or partition's time limit. NOTE: The data is
cached locally and only retrieved from the Slurm controller once per minute.
.LP
\fBslurm_job_cpus_allocated_on_node\fR and
...
...
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