source: trunk/README @ 144

Last change on this file since 144 was 144, checked in by bas, 17 years ago

Preparing for new release 2.9.4

  • Property svn:keywords set to Id
File size: 2.4 KB
Line 
1the latest stable pbs_python interface is available from:
2        ftp://ftp.sara.nl/pub/outgoing/pbs_python.tar.gz
3
4Information, documentation and reporting bugs for the package:
5        https://subtrac.sara.nl/oss/pbs_python
6
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. 
11
12The Python wrapper class is tested on:
13
14  - Intel cluster debian GNU/LINUX woody/sarge OPENPBS 2.3.16,
15    TORQUE 1.0.1p4, 1.1.0p4 and up
16
17  - For X86_64 systems you have to compile torque/openpbs with
18    the -fPIC option. Else you can not build the python module
19
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.
23
24  - It should run on different OSes.
25
26In the past our Alpha cluster was redhat (6.2)  and we had to
27add '-lots' to the LIBS line
28
29-- Compile and install the package: (Require python 2.1 and higher)
30
31  As for python version 1.6 and higher the procedure is:
32    ./configure
33    make
34    make install
35
36  Debian package:
37    debian/rules binary
38
39--- Testing the package:
40
41The test programs are include as a reference how to use the pbs
42python module. You have to edit some test programs to reflect
43your PBS/Torque installation.
44
45pbsmon.py        - ascii xpbsmon
46rack_pbsmon.py   - ascii xpbsmon by rack layout
47pbsnodes-a.py    - pbsnodes -a
48pbs_version.py   - print server version
49set_property.py  - set some node properties
50resmom_info.py   - queries the pbs_mom daemon on the nodes
51logpbs.py        - Shows the usage of the PBS logging routines
52new_interface.py - Example how to use PBSQuery module
53PBSQuery.py      - python <install_path>/PBSQuery.py (has builtin demo)
54
55For more info about SARA see:
56        http://www.sara.nl/index_eng.html
57       
58
59********************************************************************
60*                                                                  *
61*  Bas van der Vlies                     e-mail: basv@sara.nl      *
62*  SARA - Academic Computing Services    phone:  +31 20 592 8012   *
63*  Kruislaan 415                         fax:    +31 20 6683167    *
64*  1098 SJ Amsterdam                     WWW:    www.sara.nl       *
65*                                                                  *
66********************************************************************
Note: See TracBrowser for help on using the repository browser.