You are here: Appendices > Appendix C: Node Manager (MOM) Configuration > Node Features and Generic Consumable Resource Specification

C.3 Node Features and Generic Consumable Resource Specification

Node features (a.k.a. "node properties") are opaque labels which can be applied to a node. They are not consumable and cannot be associated with a value. (Use generic resources described below for these purposes). Node features are configured within the nodes file on the pbs_server head node. This file can be used to specify an arbitrary number of node features.

Additionally, per node consumable generic resources may be specified using the format "<ATTR> <VAL>" with no leading dollar ("$") character. When specified, this information is routed to the scheduler and can be used in scheduling decisions. For example, to indicate that a given host has two tape drives and one node-locked matlab license available for batch jobs, the following could be specified:

mom_priv/config:

$clienthost 241.13.153.7

tape 2

matlab 1

Dynamic consumable resource information can be routed in by specifying a path preceded by an exclamation point. (!) as in the example below. If the resource value is configured in this manner, the specified file will be periodically executed to load the effective resource value.

mom_priv/config:

$clienthost 241.13.153.7

tape !/opt/rm/gettapecount.pl

matlab !/opt/tools/getlicensecount.pl

Related Topics 

© 2017 Adaptive Computing