Ignore:
Timestamp:
09/13/02 16:09:29 (22 years ago)
Author:
sscpbas
Message:

Add Authors file
leave non-commericial out of license file
Adjusted installation insctructions to new situation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/README

    r19 r21  
    1 This is the new Python wrapper class for the PBS C LIB API. Now you can write
     1This is a Python wrapper class for the PBS C LIB API. Now you can write
    22utilities/extensions in Python instead of C. 
    33
    44The Python wrapper class is tested on:
    5   - Intel cluster debian GNU/LINUX potato/woody PBS 2.2p7
     5  - Intel cluster debian GNU/LINUX potato/woody PBS 2.2p7, PBS 2.3.16
    66  - Compaq Alpha Cluster red hat 6.2 PBS 2.3. For this platform
    77    we had to add '-lots' to the LIBS line.
    88  - It should run on different OSes.
    99
    10 --- Compile the package:
    11   cd src
    12   Adjust the Makefile to where you installed Python and PBS libraries.
    13   make
     10--- Compile and install the package:
     11  As for python version 1.6 and higher the procedure is:
     12    python setup.py install
     13
     14  Python versions lower then 1.6 do not have the distutils
     15  package default in their installation. You can test it:
     16  python
     17  import distutils
     18
     19  If this succed then use the above procedure else use the procedure below:
     20    cd src
     21    Adjust the Makefile to where you installed Python and PBS libraries.
     22    make
     23
     24    The python PBS module consists of the following files:
     25      pbscmodule.so
     26      pbs.py
     27      pbs.pyc ( will be generated from pbs.py. The first time you load
     28              the module).
     29
     30    You can install these file in your own directory and use the PYTHONPATH
     31    environment variable or install it in a system wide directory, eg:
     32      /usr/lib/python1.5/site-packages
    1433
    1534--- Testing the package:
     
    2847--- The Installation
    2948
    30 The python PBS module consists of the following files:
    31   pbscmodule.so
    32   pbs.py
    33   pbs.pyc ( will be generated from pbs.py. The first time you load
    34             the module).
    35 
    36 You can install these file in your own directory and use the PYTHONPATH
    37 environment variable or install it in a system wide directory, eg:
    38         /usr/lib/python1.5/site-packages
    39 
    4049
    4150Comments or suggestions mail them to: Bas van der Vlies <basv@sara.nl>
Note: See TracChangeset for help on using the changeset viewer.