Changeset 164 for trunk/CHANGES


Ignore:
Timestamp:
09/24/08 17:08:28 (16 years ago)
Author:
bas
Message:

src/PBSQuery.py:

  • added a new function getnodes_with_property() for torque > 2.1.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r161 r164  
    11=========== 2.9.8
    2         - pbs_python.spec file patch added libdir and python defines so it will
    3           build for RHEL5.1/CentOS 5.1
     2        - pbs_python.spec file patch added libdir and python defines so it
     3          will build for RHEL5.1/CentOS 5.1
    44          by        : Michael Sternberg <sternberg add anl dot gov>
    55          applied by: Bas van der Vlies
     
    1717          Added by: Bas van der Vlies
    1818
    19         - We now have proper destructors (free memory) in SWIG for attrl and attropl
    20           attributes.
     19        - We now have proper destructors (free memory) in SWIG for attrl and
     20          attropl attributes.
     21          Added by: Bas van der Vlies
     22
     23        - 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)
    2133          Added by: Bas van der Vlies
    2234
Note: See TracChangeset for help on using the changeset viewer.