Changeset 144 for trunk/README


Ignore:
Timestamp:
11/16/06 14:35:53 (17 years ago)
Author:
bas
Message:

Preparing for new release 2.9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r130 r144  
    55        https://subtrac.sara.nl/oss/pbs_python
    66
    7 Pbs_python interface is a wrapper class for the OPENPBS/TORQUE C LIB API.
    8 Now you can write utilities/extensions in Python instead of C. 
     7=============== Brief description =============================
     8Pbs_python interface is a wrapper class for the OPENPBS/TORQUE
     9C LIB API.  Now you can write utilities/extensions in Python
     10instead of C. 
    911
    1012The Python wrapper class is tested on:
     
    1618    the -fPIC option. Else you can not build the python module
    1719
    18   - TRU64 system, NOTE: must rename libnet.a to libpbs_net.a and edit
    19     setup.py to reflect the change. There is also a system wide libnet.so.
     20  - TRU64 system, NOTE: must rename libnet.a to libpbs_net.a and
     21    edit setup.py to reflect the change. There is also a system wide
     22    libnet.so.
    2023
    2124  - It should run on different OSes.
    2225
    23 In the past our Alpha cluster was redhat (6.2)  and we had to add '-lots'
    24 to the LIBS line
     26In the past our Alpha cluster was redhat (6.2)  and we had to
     27add '-lots' to the LIBS line
    2528
    26 --- Compile and install the package: (Require python 2.1 and higher)
     29-- Compile and install the package: (Require python 2.1 and higher)
    2730
    2831  As for python version 1.6 and higher the procedure is:
Note: See TracChangeset for help on using the changeset viewer.