Changes between Version 3 and Version 4 of TorqueUsage/Functions/Pbs_rescquery


Ignore:
Timestamp:
09/13/06 12:21:00 (18 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Functions/Pbs_rescquery

    v3 v4  
    1515resources::
    1616 Resources is a list of one or more strings specifying the resources to be queried. At the present time the only resources which may be specified is "nodes".  It may be specified as:
    17   1. 'nodes'
    18   1. 'nodes='
    19   1. 'nodes=specification'
     17 1. 'nodes'
     18 1. 'nodes='
     19 1. 'nodes=specification'
    2020
    2121size::
     
    2525== Out ==
    2626
     27For a more complex node resourcs, such as "nodes=2" or "nodes=type1:type2", only the value returned in available has meaning.
    2728
     29result::
     30 if non-zero then an error has occured
     31
     32available::
     33 How many nodes are ''available''
     34 
     35
     36allocated::
     37 How many nodes are ''allocated''
     38
     39reserved::
     40 How many nodes are ''reserved''
     41
     42down::
     43 How many nodes are ''down''
     44
     45== Example ==