Ignore:
Timestamp:
02/06/04 16:07:21 (20 years ago)
Author:
bas
Message:

README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/README

    r60 r61  
    66
    77The Python wrapper class is tested on:
    8   - Intel cluster debian GNU/LINUX potato/woody OPENPBS 2.2p7, OPENPBS 2.3.16,
     8  - Intel cluster debian GNU/LINUX woody OPENPBS 2.3.16,
    99    TORQUE 1.0.1p4
    1010
    11   - Compaq Alpha cluster debian GNU/LINUX potato/woody OPENPBS 2.2p7,
    12     OPENPBS 2.3.16
     11  - Compaq Alpha cluster debian GNU/LINUX woody OPENPBS 2.3.16
    1312
    1413  - SGI Origin 3000: Irix 6.5, OPENPBS 2.3.16
     
    2322
    2423--- Compile and install the package:
     24
    2525  As for python version 1.6 and higher the procedure is:
    2626    python setup.py install
     
    2828  Python versions lower then 1.6 do not have the distutils
    2929  package default in their installation. You can test it:
    30   python
    31   import distutils
     30    python
     31    import distutils
    3232
    33   If this succed then use the above procedure else use the procedure below:
     33  If this succeed then use the above procedure else use the procedure below:
    3434    cd src
    3535    Adjust the Makefile to where you installed Python and OPENPBS libraries.
Note: See TracChangeset for help on using the changeset viewer.