From fa19e7e851bd49ea7ba756bdf73eea1dc28af94b Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Thu, 6 May 2004 22:35:23 +0000 Subject: [PATCH] o fix entry for -n, --ntask to state one process per CPU as default not one process per Node. --- doc/man/man1/srun.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index acee59e7c1a..461bd8dbfed 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -25,7 +25,7 @@ parallel run options Specify the number of processes to run. Request that \fBsrun\fR allocate \fIntasks\fR processes. Specification of the number of processes per node may be achieved with the \fB\-c\fR and \fB\-N\fR -options. The default is one process per node unless \fB\-c\fR +options. The default is one process per CPU unless \fB\-c\fR explicitly specifies otherwise. .TP \fB\-c\fR, \fB\-\-cpus\-per\-task\fR=\fIncpus\fR -- GitLab