|
|
12.3 Node Specific PoliciesSpecification of node policies is fairly limited within Maui mainly because the demand for such policies is limited. These policies allow a site to specify on a node by node basis what the node will and will not support. Node policies may be applied to specific nodes or applied system wide using the specification 'NODECFG[DEFAULT] ...' Note that these policies were introduced over time so not all policies are supported in all versions.MAXJOB This policy constrains the number of total independent jobs a given node may run simultaneously. It can only be specified via the NODECFG parameter. MAXJOBPERUSER This policy constrains the number of total independent jobs a given node may run simultaneously associated with any single user. Like MAXJOB, it can only be specified via the NODECFG parameter. MAXLOAD MAXLOAD constrains the CPU load the node will support as opposed to the number of jobs. If the node's load exceeds the MAXLOAD limit and the NODELOADPOLICY parameter is set to ADJUSTSTATE , the node will be marked busy. Under Maui 3.0, the max load policy could be applied system wide using the parameter NODEMAXLOAD. Example: ---
NODECFG[node024] MAXJOB=4 MAXJOBPERUSER=2
|
|
| © 2001-2010 Adaptive Computing Enterprises, Inc. | |