wiki:TorqueUsage/Functions/Pbs_statnode

Version 1 (modified by bas, 18 years ago) (diff)

--

PBS_STATNODE

Get node information from batch system:

nodes = pbs.pbs_statnode(c, id, attrl, extend)

In

c::

Connection id

id::

node_name or a empty string. If node_name is specified, the status of the node named node_name at the server will be returned. If the id is an empty string, the status of all nodes at the server will be returned.

attrl::

If attrl list is given, then only the attributes in the list are returned by the server. Otherwise all the attributes of a node are returned. All paramaters then specify attrl = "NULL"

extend::

The parameter, extend, is reserved for implementation defined extensions. For now extend="NULL"

Out

nodes::

Node info