Changeset 168 for trunk/CHANGES


Ignore:
Timestamp:
10/08/08 14:23:48 (16 years ago)
Author:
bas
Message:

Updated the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r165 r168  
    2222
    2323        - PBSQuery
    24            * Added getnodes_with_property() function. This will get all nodes with
    25              a certain property, eg:
    26               - get all nodes with property 'cores8' and return all attributes:
    27                  getnodes_with_property('cores8')
    28 
    29               - get all nodes with property 'cores2' and omly return the
    30                 attributes 'state' and 'properties':
    31                  attrl = [ 'state', 'properties' ]
    32                  getnodes_with_property('cores2', attrl)
    33 
    34              Only for torque version > 2.1.0
    35 
    36            Added by: Bas van der Vlies
     24                * Added getnodes_with_property() function. This will get all nodes with
     25                  a certain property, eg:
     26               - get all nodes with property 'cores8' and return all attributes:
     27                  getnodes_with_property('cores8')
     28
     29               - get all nodes with property 'cores2' and only return the
     30                 attributes 'state' and 'properties':
     31                      attrl = [ 'state', 'properties' ]
     32                      getnodes_with_property('cores2', attrl)
     33
     34             Only for torque version > 2.1.0
     35             
     36                Added by: Bas van der Vlies
     37
     38                * Added to class node the function
     39         - get_jobs(self, unique=None)
     40                   Returns a list of the currently running job-id('s) on the nodea,
     41
     42                Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
    3743
    3844=========== Version 2.9.4
Note: See TracChangeset for help on using the changeset viewer.