Ignore:
Timestamp:
03/02/05 17:47:25 (19 years ago)
Author:
bas
Message:

pbs_swig/distro:

  • Added PBSQuery.py
  • Changed setup.py to include PBSQuery.py
  • Changed the AUTHORS file
  • Added an example for the new_interface.py
  • Prepare for new package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/CHANGES

    r68 r72  
     1=========== Version 2.7.5
     2 Added PBSQuery module.  This module requires pbs.py and it a simple module
     3 for querying the pbs server.
     4
     5 Written By: Roy Dragseth
     6             Bas van der Vlies
     7
     8 eg: ( see also examples/new_interface.py)
     9
     10 from PBSQuery import PBSQuery
     11 p = PBSQuery()
     12
     13 jobs = p.getjobs()
     14 for name, job in jobs.items()
     15        print job
     16
    117=========== Version 2.7.4
    218 New versions fixes an bug in function pbs.pbs_statnode().
Note: See TracChangeset for help on using the changeset viewer.