Download Maui Scheduler Administrator`s Guide

Transcript
NACCESSPOLICY one of SHARED, SINGLEJOB,
SINGLETASK , or SINGLEUSER
[NONE] specifies
how node
resources
should be
accessed
NALLOCPOLICY one of the valid settings for the parameter [NONE] specifies
NODEALLOCATIONPOLICY
how node
resources
should be
selected and
allocated to
the job
specifies
nodeset
constraints
for job
resource
NODESET
<SETTYPE>:<SETATTR>[:<SETLIST>] [NONE] allocation.
(See the
NodeSet
Overview
for more
information)
specifies the
partition (or
partitions)
in which the
job must
run.
NOTE: the
job must
PARTITION
<STRING>[:<STRING>]...
[NONE] have access
to this
partition
based on
system wide
or credential
based
partition
access lists.
QOS
<STRING>
[NONE]
Indicates
whether or
not the
scheduler
should
queue the
QUEUEJOB
one of TRUE or FALSE
TRUE
job if
resources
are not
available to
run the job
immediately
SGE
<WINDOWCOUNT>:<DISPLAYNAME> [NONE]
SID
<STRING>
[NONE]
TPN
<INTEGER>
0
TRL
<INTEGER>[,<INTEGER>]...
0
NACCESSPOLICY:SINGLEUSER
NALLOCPOLICY:MINRESOURCE
NODESET:ONEOF:PROCSPEED:350,400,450
PARTITION:math:geology
(The job must only run in the math partition or the
geology partition)
QOS:highprio
QUEUEJOB:FALSE
SGE:8:pinky
SID:silverA
TPN:4
TRL:2,4,8,16
If more than one extension is required in a given job, extensions can be concatenated with a semicolon separator using the format
'<ATTR>:<VALUE>[;<ATTR>:<VALUE>]...'
See the following examples: