Changeset 171 for trunk/CHANGES


Ignore:
Timestamp:
10/10/08 10:45:35 (16 years ago)
Author:
sil
Message:

trunk/src/PBSQuery.py:

  • Added a function 'uniq' to class _PBSobject, to be able to filter out unique items in a list of nodes/jobs/...
  • Added a function in the job-class to get a list of nodes it's running on
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r169 r171  
    3838                * Added to class node the function
    3939                 - 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>
     40                   Returns a list of the currently running job-id('s) on the node.
     41                Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
    4342
    4443                * Added get_server_name() function.
    4544                  This will return the PBS-server's name.
    46 
    47                   Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
     45                Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
     46
     47                * Added to class _PBSobject the function
     48                  - uniq(self, list)
     49                    Filters out unique items of a list.
     50                Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
     51
     52                * Added to class job the function
     53                  - get_nodes(self, unique=None)
     54                    Returns a list of the nodes which run the job.
     55                Added by: Sil Westerveld <Sil.Westerveld@sara.nl>
    4856
    4957=========== Version 2.9.4
Note: See TracChangeset for help on using the changeset viewer.