From a2ba1a0110e3a4ad78984cf27b14b8c03065afd9 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 5 Apr 2004 22:33:43 +0000 Subject: [PATCH] Clarify what is reported as NODELIST for completing jobs. --- doc/man/man1/squeue.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1 index 1348553adfe..ed2052ed144 100644 --- a/doc/man/man1/squeue.1 +++ b/doc/man/man1/squeue.1 @@ -1,4 +1,4 @@ -.TH SQUEUE "1" "March 2004" "squeue 0.3" "Slurm components" +.TH SQUEUE "1" "April 2004" "squeue 0.3" "Slurm components" .SH "NAME" squeue \- view information about jobs located in the SLURM scheduling queue. @@ -114,8 +114,9 @@ List of node names explicitly requested by the job .TP \fB%N\fR List of nodes allocated to the job or job step. In the case of a -\fIcompleting\fR job, the list of nodes will comprise only those -nodes that have not yet been returned to service. +\fICOMPLETING\fR job, the list of nodes will comprise only those +nodes that have not yet been returned to service. This may result +in the node count being greater than the number of listed nodes. .TP \fB%o\fR Minimum number of nodes requested by the job -- GitLab