Changeset 168


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

Updated the documentation

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r152 r168  
    1212        Ramon Bastiaans
    1313        Dennis Stam
     14        Sil Westerveld
  • 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
  • trunk/debian/changelog

    r159 r168  
     1pbs-python (2.9.8-2) intrepid; urgency=low
     2
     3  * New PBSQuery module
     4
     5 -- Bas van der Vlies <bas@sara.nl>  Wed,  8 Oct 2008 14:05:44 +0200
     6
    17pbs-python (2.9.8-1) intrepid; urgency=low
    28
Note: See TracChangeset for help on using the changeset viewer.