diff --git a/NEWS b/NEWS index 4e47055a3d2e04a6b1dab9869cae2c6308bd6582..80a96cc8b01b0067c542f9156d90f49b53f06a65 100644 --- a/NEWS +++ b/NEWS @@ -337,6 +337,7 @@ documents those changes that are of interest to users and administrators. -- ALPS - Revert commit 2c95e2d22 which also removes commit 2e2de6a4 allowing cray with the SubAllocate option to work as it did with 2.5. -- Properly parse CPU frequency data on POWER systems. + -- Correct sacct.a man pages describing -i option. * Changes in Slurm 14.11.8 ========================== diff --git a/doc/man/man1/sacct.1 b/doc/man/man1/sacct.1 index c97175e54273ce74c190dfda8682c91e2c0ce8c9..849689d53838655b955c828c0e029bda0b61dff4 100644 --- a/doc/man/man1/sacct.1 +++ b/doc/man/man1/sacct.1 @@ -186,6 +186,10 @@ Default is no restrictions.\&. \f3\-h\fP\f3,\fP \f3\-\-help\fP Displays a general help message. +.TP +\f3\-i\fP\f3,\fP \f3\-\-nnodes\fP\f3=\fP\f2N\fP +Return jobs which ran on this many nodes (N = min[-max]) + .TP \f3\-j \fP\f2job(.step)\fP \f3,\fP \f3\-\-jobs\fP\f3=\fP\f2job(.step)\fP Displays information about the specified job(.step) or list of job(.step)s.