Changes between Version 1 and Version 2 of TorqueUsage/Functions/Pbs_rescquery


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Functions/Pbs_rescquery

    v1 v2  
    55Issue  a request to the batch server to query the availability of resources;
    66{{{
    7 result, available, allocated, reserved, down = pbs_rescquery(c, resourcelist, arraysize)
     7result, available, allocated, reserved, down = pbs_rescquery(c, resources, size)
    88}}}
    99
     10== In ==
    1011
     12c::
     13 Connection id
     14
     15resources::
     16 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'
     20
     21size::
     22 Is the is the number of strings in resources, eg: len(resources)
     23
     24== Output ==
     25
     26 
     27
     28 
     29
     30== Out ==
     31
     32