source: trunk/description.html

Last change on this file was 69, checked in by bas, 19 years ago

added torque

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>OpenPbs programming with PYTHON</TITLE>
4</HEAD>
5<BODY>
6<H1>OpenPbs programming with PYTHON</H1>
7<H2>Introduction</H2>
8<P>
9This a openpbs/torque python module. So you can now use python instead of the OPENPBS
10C API to make OpenPbs programs to set/query queue, node and server attributes.
11
12<P>
13<H2>Installation</H2>
14<P>
15To install the python modules for python version 1.6 and higher it is easy:
16<BLOCKQUOTE>
17  ./configure
18  make
19  make install
20</BLOCKQUOTE>
21
22As for python versions lower the 1.6 the following procedure is required.
23First you have to make the python module and test if it works. It
24depends on your python installation where you want to place the
25pbs modules. Some good places are:
26<BLOCKQUOTE>
27     /usr/lib/python1.5/site-packages<BR>
28     /usr/local/lib/python1.5/site-packages<BR>
29</BLOCKQUOTE>
30<P>
31<H1>Author Contact Information</H1>
32<P>
33The OpenPbs C API to python interface is written by:
34<P>
35<BLOCKQUOTE>
36Bas van der Vlies, <A href="mailto:basv@sara.nl">basv@sara.nl</A><BR>
37the Netherlands
38</BLOCKQUOTE>
39<P>
40</BODY>
41</HTML>
42
Note: See TracBrowser for help on using the repository browser.