~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to doc/man/man1/scontrol.1

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-12-03 11:56:28 UTC
  • mfrom: (1.1.8 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20081203115628-93t417da6wkazmo5
Tags: 1.3.11-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
\fIMinMemory\fP=<megabytes>
305
305
Set the job's minimum real memory required per nodes to the specified value.
306
306
.TP
307
 
\fIMinNodes\fP=<min_count>[-<max_count>]
308
 
Set the job's minimum and optionally maximum count of nodes to be allocated.
309
 
.TP
310
307
\fIMinProcs\fP=<count>
311
308
Set the job's minimum number of processors per nodes to the specified value.
312
309
.TP
342
339
simple node range expressions (e.g. "lx[10\-20]"). 
343
340
Value may be cleared with blank data value, "ReqNodeList=".
344
341
.TP
345
 
\fIReqNodes\fP=<count>
346
 
Set the job's count of required nodes to the specified value.
 
342
\fIReqNodes\fP=<min_count>[-<max_count>]
 
343
Set the job's minimum and optionally maximum count of nodes to be allocated.
347
344
.TP
348
345
\fIReqSockets\fP=<count>
349
346
Set the job's count of required sockets to the specified value.