From 24e9ee76bc836c670034a25e27d8077fe494c466 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 27 Jun 2012 07:30:58 -0700 Subject: [PATCH] Note how --distribution=arbitrary does not control task layout at job level --- doc/man/man1/salloc.1 | 7 ++++++- doc/man/man1/sbatch.1 | 7 ++++++- doc/man/man1/srun.1 | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1 index 0beb4402fda..9a72020a667 100644 --- a/doc/man/man1/salloc.1 +++ b/doc/man/man1/salloc.1 @@ -567,8 +567,13 @@ Inside the hostfile must contain at minimum the number of hosts requested and be one per line or comma separated. If specifying a task count (\fB\-n\fR, \fB\-\-ntasks\fR=<\fInumber\fR>), your tasks will be laid out on the nodes in the order of the file. -.TP +.br +\fBNOTE:\fR The arbitrary distribution option on a job allocation only +controls the nodes to be allocated to the job and not the allocation of +CPUs on those nodes. This option is meant primarily to control a job step's +task layout in an existing job allocation for the srun command. +.TP Second distribution method: .TP .B block diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1 index c5fcafbb5fe..28c3f544747 100644 --- a/doc/man/man1/sbatch.1 +++ b/doc/man/man1/sbatch.1 @@ -631,8 +631,13 @@ Inside the hostfile must contain at minimum the number of hosts requested and be one per line or comma separated. If specifying a task count (\fB\-n\fR, \fB\-\-ntasks\fR=<\fInumber\fR>), your tasks will be laid out on the nodes in the order of the file. -.TP +.br +\fBNOTE:\fR The arbitrary distribution option on a job allocation only +controls the nodes to be allocated to the job and not the allocation of +CPUs on those nodes. This option is meant primarily to control a job step's +task layout in an existing job allocation for the srun command. +.TP Second distribution method: .TP .B block diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 85b8bfab46e..a69fbbd2ade 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -625,8 +625,13 @@ Inside the hostfile must contain at minimum the number of hosts requested and be one per line or comma separated. If specifying a task count (\fB\-n\fR, \fB\-\-ntasks\fR=<\fInumber\fR>), your tasks will be laid out on the nodes in the order of the file. -.TP +.br +\fBNOTE:\fR The arbitrary distribution option on a job allocation only +controls the nodes to be allocated to the job and not the allocation of +CPUs on those nodes. This option is meant primarily to control a job step's +task layout in an existing job allocation for the srun command. +.TP Second distribution method: .TP .B block -- GitLab