Changes between Initial Version and Version 1 of TorqueUsage/Functions/Avail


Ignore:
Timestamp:
09/13/06 14:11:56 (18 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Functions/Avail

    v1 v1  
     1[[ShowPath]]
     2
     3= AVAIL =
     4
     5The ''avail'' function is provided as conversion aid for scheduler written for early versions of PBS.
     6The  avail() routine uses pbs_rescquery() and returns a character string answer.  connect is the
     7         connection returned by pbs_connect().  resc is a single node=specification specification as dis-
     8         cussed  above.   If  the nodes to satisify the specification are currently available, the return
     9         value is the character string yes .  If the nodes are currently unavailable, the return  is  the
     10         character  string  no  .  If the specification could never be satified, the return is the string
     11         never .  An error in the specification returns the character string ? .