From 85cc60447b51adb5391678ff44e1dc330b47df22 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 17 Sep 2004 17:04:33 +0000 Subject: [PATCH] Note new job update fields. --- doc/man/man1/scontrol.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1 index 335369eac4b..bfe552ed0ab 100644 --- a/doc/man/man1/scontrol.1 +++ b/doc/man/man1/scontrol.1 @@ -219,6 +219,26 @@ Set the job's ability to share nodes with other jobs. Possible values are .TP \fITimeLimit\fP=<minutes> Set the job's time limit to the specified value. +.TP +\fIConnection\fP=<type> +Reset the node connection type. +Possible values on Blue Gene are "MESH", "TORUS" and "NAV" +(mesh else torus). +.TP +\fIGeometry\fP=<geo> +Reset the required job geometry. +On Blue Gene the value should be three digits separated by +"x" or ",". The digits represent the allocation size in +X, Y and Z dimentions (e.g. "2x3x4"). +.TP +\fINodeUse\fP=<use> +Reset the mode of node use. +Possible values on Blue Gene are "VIRTUAL" and "COPROCESSOR". +.TP +\fIRotate\fP=<yes|no> +Permit the job's geometry to be rotated. +Possible values are "YES" and "NO". + .TP \fBSPECIFICATIONS FOR UPDATE COMMAND, NODES\fR .TP -- GitLab