Changeset 169 for trunk/CHANGES


Ignore:
Timestamp:
10/09/08 09:21:34 (16 years ago)
Author:
sil
Message:

trunk/src/PBSQuery.py:

  • Added get_server_name() function. This will return the PBS-server's name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r168 r169  
    2424                * Added getnodes_with_property() function. This will get all nodes with
    2525                  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':
     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':
    3131                      attrl = [ 'state', 'properties' ]
    3232                      getnodes_with_property('cores2', attrl)
    33 
    34              Only for torque version > 2.1.0
     33               
     34                     Only for torque version > 2.1.0
    3535             
    3636                Added by: Bas van der Vlies
    3737
    3838                * 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>
     39                 - get_jobs(self, unique=None)
     40                   Returns a list of the currently running job-id('s) on the node.
     41               
     42                  Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
     43
     44                * Added get_server_name() function.
     45                  This will return the PBS-server's name.
     46
     47                  Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
    4348
    4449=========== Version 2.9.4
Note: See TracChangeset for help on using the changeset viewer.