Ignore:
Timestamp:
11/04/05 15:18:19 (18 years ago)
Author:
bas
Message:

distro/pbs_python.spec:

  • Added by Martin Pels

CHANGES:

  • preparing for new release
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/CHANGES

    r85 r88  
     1=========== Version 2.8.0
     2
     3setup.py:
     4        - Added /usr/lib to PBS_LIB_DIR
     5
     6pbs.py:
     7        - Added new function "pbs.error()". This function checks if
     8          an error has occured with previous pbs function, eg:
     9            task_id = pbs.pbs_submit(c, attrl, "A.tsk", 'NULL', 'NULL')
     10            error_number, err_txt = pbs.error()
     11            if error_number:
     12                print error_number, err_txt
     13
     14          prints the following message if script A.tsk does not exists:
     15            15042 (qsub) cannot access script file
     16
     17pbs_python.spec:
     18        - to make rpm packages from the source package, initial version
     19
     20         
    121=========== Version 2.7.10
    222
Note: See TracChangeset for help on using the changeset viewer.