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
Last modified 17 years ago
Last modified on 09/08/06 11:01:55