From a7d188e9461fe0d43cd743ea4e54d9d58ea3d036 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 5 Aug 2003 21:29:55 +0000 Subject: [PATCH] Clarify NODES count associated with a pending job may be exceeded when the job is scheduled. --- doc/man/man1/squeue.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1 index 35202ccc56d..9b67ed151c1 100644 --- a/doc/man/man1/squeue.1 +++ b/doc/man/man1/squeue.1 @@ -50,7 +50,9 @@ The field specifications available include: \fB%d\fR Minimum size of temporary disk space (in MB) requested by the job .br \fB%D\fR Number of nodes allocated to the job or the minimum number of nodes -required by a pending job +required by a pending job. The actual number of nodes allocated to a pending +job may exceed this number of the job specified a node range count or the +cluster contains nodes with varying processor counts. .br \fB%e\fR Time at which the job ended or is expected to end (based upon its time limit) -- GitLab