Ignore:
Timestamp:
02/27/02 17:41:17 (22 years ago)
Author:
sscpbas
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/README

    r17 r19  
    22utilities/extensions in Python instead of C. 
    33
    4 In this release the resoure management functions are added to the
    5 pbs python interface. So we can now query pbs_mom daemon on a node.
    6 See the CHANGES file for more info.
     4The Python wrapper class is tested on:
     5  - Intel cluster debian GNU/LINUX potato/woody PBS 2.2p7
     6  - Compaq Alpha Cluster red hat 6.2 PBS 2.3. For this platform
     7    we had to add '-lots' to the LIBS line.
     8  - It should run on different OSes.
    79
    8 The Python wrapper class is tested on:
    9         - Intel cluster debian GNU/LINUX potato/woody PBS 2.2p7
    10         - Compaq Alpha Cluster red hat 6.2 PBS 2.3. For this platform
    11           we had to add '-lots' to the LIBS line.
    12         - It should run on different OSes.
    13 
    14 Compile the package:
     10--- Compile the package:
    1511  cd src
    16   Adjust the Makefile to where you installed Python and PBS.
     12  Adjust the Makefile to where you installed Python and PBS libraries.
    1713  make
    1814
    19 Testing the package:
    20     pbsmon.py       - ascii xpbsmon
    21     pbsnodes-a.py   - pbsnodes -a
    22     pbs_version.py  - print server version
    23     set_property.py - set some node properties
    24     resmom_info.py  - queries the pbs_mom daemon on the nodes (NEW)
     15--- Testing the package:
    2516
    26     The test programs are include as a reference how to use the PBS
    27     python module. You have to edit some test programs to reflect
    28     your PBS installation.
     17The test programs are include as a reference how to use the PBS
     18python module. You have to edit some test programs to reflect
     19your PBS installation.
    2920
    30 The Installation ---
     21pbsmon.py       - ascii xpbsmon
     22pbsnodes-a.py   - pbsnodes -a
     23pbs_version.py  - print server version
     24set_property.py - set some node properties
     25resmom_info.py  - queries the pbs_mom daemon on the nodes (NEW)
     26
     27
     28--- The Installation
    3129
    3230The python PBS module consists of the following files:
     
    5048*                                                                  *
    5149********************************************************************
    52 
Note: See TracChangeset for help on using the changeset viewer.