diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1 index 564aeac30d65ca6535712aaaab2c322da751aed9..6f596a66d0cb8a5059d4cb047b9570fc8a8336a1 100644 --- a/doc/man/man1/sbatch.1 +++ b/doc/man/man1/sbatch.1 @@ -19,7 +19,7 @@ When the job allocation is finally granted for the batch script, SLURM runs a si \fB\-N\fR, \fB\-\-nodes\fR[=]<\fInumber|[min]\-[max]\fR> Specify the number of nodes to be used by this job step. This option accepts either a single number, or a range of possible node counts. If a single number is used, such as "\-N 4", then the allocation is asking for four and ONLY four nodes. If a range is specified, such as "\-N 2\-6", SLURM controller may grant salloc anywhere from 2 to 6 nodes. When using a range, either of the min or max options may be omitted. For instance, "\-N 10\-" means "no fewer than 10 nodes", and "\-N \-20" means "no more than 20 nodes". The default value of this option is one node, but other options may require more than one node to be allocated. .TP -\fB\-D\fR, \fB\-\-dependency\fR[=]<\fIjobid\fR> +\fB\-d\fR, \fB\-\-dependency\fR[=]<\fIjobid\fR> Defer the start of this job until the specified \fIjobid\fR has completed. Many jobs can share the same dependency and these jobs may even belong to different users. The value may be changed after job submission using the scontrol command. .TP \fB\-I\fR,\fB\-\-immediate\fR diff --git a/doc/man/man1/slaunch.1 b/doc/man/man1/slaunch.1 index 3c560c5be219316c8c40dd51c604c8a415ae4db7..165f8e840d57874c5cbda5ba9fa747810b30f119 100644 --- a/doc/man/man1/slaunch.1 +++ b/doc/man/man1/slaunch.1 @@ -22,9 +22,6 @@ Specify the number of processes to launch. The default is one process per node. Specify the number of nodes to be used by this job step. By default, slaunch will use all of the nodes in the specified job allocation. .TP -\fB\-d\fR, \fB\-\-dependency\fR[=]<\fIjobid\fR> -Defer the start of this job until the specified \fIjobid\fR has completed. Many jobs can share the same dependency and these jobs may even belong to different users. The value may be changed after job submission using the scontrol command. -.TP \fB\-r\fR, \fB\-\-relative\fR[=]<\fInumber\fR> Specify the first node in the allocation on which this job step will be launched. Counting starts at zero, thus the first node in the job allocation is node 0. The option to \-\-relative may also be a negative number. \-1 is the last node in the allocation, \-2 is the next to last node, etc. By default, the controller will select the starting node (assuming that there are no other nodelist or task layout options that specify specific nodes).