Ignore:
Timestamp:
03/03/05 10:08:40 (19 years ago)
Author:
bas
Message:

pbs_swig/distro:

  • Changed the documentation

new_interface.py:

  • Removed sys module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/README

    r72 r73  
    66
    77The Python wrapper class is tested on:
    8   - Intel cluster debian GNU/LINUX woody OPENPBS 2.3.16,
    9     TORQUE 1.0.1p4, 1.1.0p4
     8
     9  - Intel cluster debian GNU/LINUX woody/sarge OPENPBS 2.3.16,
     10    TORQUE 1.0.1p4, 1.1.0p4 and up
     11
     12  - For X86_64 systems you have to compile torque/openpbs with
     13    the -fPIC option. Else you can not build the python module
    1014
    1115  - Compaq Alpha cluster debian GNU/LINUX woody OPENPBS 2.3.16
     
    2832    make install
    2933
    30   Note: for X86_64 systems you have to compile torque/openpbs with
    31         the -fPIC option. Else we can not build shared libraries.
    32    
    3334--- For python versions lower the 1.6
    3435
     
    4647      _pbs.so
    4748      pbs.py
    48       pbs.pyc ( will be generated from pbs.py. The first time you load
    49               the module).
     49      pbs.pyc     ( will be generated from pbs.py. The first time you load
     50                    the module).
     51      PBSQuery.py ( This is an simple query module. To see how it works...
     52                    python <install_path>/PBSQuery.py )
    5053
    5154    You can install these file in your own directory and use the PYTHONPATH
     
    6770logpbs.py        - Shows the usage of the PBS logging routines
    6871new_interface.py - Example how to use PBSQuery module
    69 
     72PBSQuery.py      - python <install_path>/PBSQuery.py (has builtin demo)
    7073
    7174Comments,suggestions or bugfixes mail them to: Bas van der Vlies <basv@sara.nl>
Note: See TracChangeset for help on using the changeset viewer.