Skip to content
Snippets Groups Projects
Commit 4bcd9156 authored by Moe Jette's avatar Moe Jette
Browse files

Fix a few typos.

parent f7cee385
No related branches found
No related tags found
No related merge requests found
.TH SCANCEL "1" "November 2002" "scancel 0.1" "Slurm components" .TH SCANCEL "1" "January 2003" "scancel 0.1" "Slurm components"
.SH "NAME" .SH "NAME"
scancel \- Used to cancel jobs or job steps that are under the control of Slurm. scancel \- Used to cancel jobs or job steps that are under the control of Slurm.
.SH "SYNOPSIS" .SH "SYNOPSIS"
\fBscancel\fR [\fIOPTIONS\fR...] [\fIjob_id\fR[.\fIstep_id\fR]] [\fIjob_id\fR[.\fIstep_id\fR]...] \fBscancel\fR [\fIOPTIONS\fR...] [\fIjob_id\fR[.\fIstep_id\fR]] [\fIjob_id\fR[.\fIstep_id\fR]...]
.SH "DESCRIPTION" .SH "DESCRIPTION"
\fBscancel\fR is used to cancel jobs or job steps. An arbitrary number of jobs \fBscancel\fR is used to cancel jobs or job steps. An arbitrary number of jobs
or job steps may be cancelled using job specification used for filtering or a or job steps may be canceled using job specification used for filtering or a
space separated list of specific job and/or job step IDs. A job or job step space separated list of specific job and/or job step IDs. A job or job step
can only be cancelled by the owner of that job or user root. If an attempt is can only be canceled by the owner of that job or user root. If an attempt is
made by an unauthorized user to cancel a job or job step, an error message will made by an unauthorized user to cancel a job or job step, an error message will
be printed and the job will not be cancelled. be printed and the job will not be canceled.
.TP .TP
OPTIONS OPTIONS
.TP .TP
...@@ -20,17 +20,17 @@ Print a help message describing the usage of scancel. ...@@ -20,17 +20,17 @@ Print a help message describing the usage of scancel.
Interactive mode. Confirm each job_id.step_id before performing the cancel operation. Interactive mode. Confirm each job_id.step_id before performing the cancel operation.
.TP .TP
\fB\-n\fR, \fB\-\-name\fR=\fIjob_name\fR \fB\-n\fR, \fB\-\-name\fR=\fIjob_name\fR
The name of jobs to be cancelled. The name of jobs to be canceled.
.TP .TP
\fB\-p\fR, \fB\-\-partition\fR=\fIpartition_name\fR \fB\-p\fR, \fB\-\-partition\fR=\fIpartition_name\fR
The name of the partition from which jobs are to be cancelled. The name of the partition from which jobs are to be canceled.
.TP .TP
\fB\-s\fR, \fB\-\-state\fR=\fIjob_state_name\fR \fB\-s\fR, \fB\-\-state\fR=\fIjob_state_name\fR
The state of the jobs are to be cancelled. \fIjob_state_name\fR may have a value of The state of the jobs are to be canceled. \fIjob_state_name\fR may have a value of
either "PENDING" or "RUNNING". either "PENDING" or "RUNNING".
.TP .TP
\fB\-u\fR, \fB\-\-user\fR=\fIuser_name\fR \fB\-u\fR, \fB\-\-user\fR=\fIuser_name\fR
The name of the user whose jobs are to be cancelled. The name of the user whose jobs are to be canceled.
.TP .TP
\fB\-v\fR, \fB\-\-verbose\fR \fB\-v\fR, \fB\-\-verbose\fR
Print additional logging. Multiple v's increase logging detail. Print additional logging. Multiple v's increase logging detail.
...@@ -38,16 +38,16 @@ Print additional logging. Multiple v's increase logging detail. ...@@ -38,16 +38,16 @@ Print additional logging. Multiple v's increase logging detail.
\fB\-V\fR, \fB\-\-Version\fR \fB\-V\fR, \fB\-\-Version\fR
Print the version number of the scontrol command. Print the version number of the scontrol command.
.TP .TP
NOTE: If multiple filters are supplied (e.g. \fB\-\-partition\fR and \fB\-\-name\fR) only the jobs satisfying all of the filtering options will be cancelled. NOTE: If multiple filters are supplied (e.g. \fB\-\-partition\fR and \fB\-\-name\fR) only the jobs satisfying all of the filtering options will be canceled.
.TP .TP
ARGUMENTS ARGUMENTS
.TP .TP
\fIjob_id\fP \fIjob_id\fP
The Slurm job ID of the job to have one of its steps or the entire job cancelled. The Slurm job ID of the job to have one of its steps or the entire job canceled.
.TP .TP
\fIstep_id\fP \fIstep_id\fP
The step ID of the job step to be cancelled. If none is provided, then The step ID of the job step to be canceled. If none is provided, then
all jobs steps associated with the provided job_id will be cancelled along all jobs steps associated with the provided job_id will be canceled along
with the job itself. with the job itself.
.SH "EXAMPLES" .SH "EXAMPLES"
.TP .TP
......
.TH SCONTROL "1" "October 2002" "scontrol 0.1" "Slurm components" .TH SCONTROL "1" "January 2003" "scontrol 0.1" "Slurm components"
.SH "NAME" .SH "NAME"
scontrol \- Used view and modify Slurm configuration and state. scontrol \- Used view and modify Slurm configuration and state.
...@@ -184,7 +184,7 @@ Specify if jobs can be allocated nodes in this partition. ...@@ -184,7 +184,7 @@ Specify if jobs can be allocated nodes in this partition.
Possible values are"UP" and "DOWN". Possible values are"UP" and "DOWN".
If a partition allocated nodes to running jobs, those jobs will continue If a partition allocated nodes to running jobs, those jobs will continue
execution even after the partition's state is set to "DOWN". The jobs execution even after the partition's state is set to "DOWN". The jobs
must be explicitly cancelled to force their termination. must be explicitly canceled to force their termination.
.TP .TP
\fIMaxNodes\fP=<count> \fIMaxNodes\fP=<count>
Set the maximum number of nodes which will be allocated to any single job Set the maximum number of nodes which will be allocated to any single job
......
.TH SQUEUE "1" "November 2002" "squeue 0.1" "Slurm components" .TH SQUEUE "1" "January 2003" "squeue 0.1" "Slurm components"
.SH "NAME" .SH "NAME"
squeue \- Used to view information of jobs located in the scheduling queue. squeue \- Used to view information of jobs located in the scheduling queue.
...@@ -52,7 +52,7 @@ limit) ...@@ -52,7 +52,7 @@ limit)
.br .br
\fB%m\fR Minimum size of memory (in MB) requested by the job \fB%m\fR Minimum size of memory (in MB) requested by the job
.br .br
\fB%n\fR List of node names explicity requested by the job \fB%n\fR List of node names explicitly requested by the job
.br .br
\fB%N\fR List of nodes allocated to the job or job step \fB%N\fR List of nodes allocated to the job or job step
.br .br
...@@ -82,15 +82,15 @@ limit) ...@@ -82,15 +82,15 @@ limit)
Display all job information. Display all job information.
.TP .TP
\fB\-i\fR, \fB\-\-iterate\fR \fB\-i\fR, \fB\-\-iterate\fR
Repeatedly gathter and report the requested information at the interval Repeatedly gather and report the requested information at the interval
specified (in seconds). specified (in seconds).
.TP .TP
\fB\-j\fR, \fB\-\-jobs\fR \fB\-j\fR, \fB\-\-jobs\fR
Specify the jobs to view. This takes a comma seperated list of jobs to view. Specify the jobs to view. This takes a comma separated list of jobs to view.
Defaults to all jobs. Defaults to all jobs.
.TP .TP
\fB\-s\fR, \fB\-\-job-steps\fR \fB\-s\fR, \fB\-\-job-steps\fR
Specify the job steps to view. This takes a comma seperated list of job steps Specify the job steps to view. This takes a comma separated list of job steps
to view in the format "job_id.step_id". Defaults to all job steps. to view in the format "job_id.step_id". Defaults to all job steps.
.TP .TP
\fB\-l\fR, \fB\-\-long\fR \fB\-l\fR, \fB\-\-long\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment