-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdescription.html
More file actions
42 lines (39 loc) · 1.05 KB
/
Copy pathdescription.html
File metadata and controls
42 lines (39 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<HTML>
<HEAD>
<TITLE>OpenPbs programming with PYTHON</TITLE>
</HEAD>
<BODY>
<H1>OpenPbs programming with PYTHON</H1>
<H2>Introduction</H2>
<P>
This a openpbs/torque python module. So you can now use python instead of the OPENPBS
C API to make OpenPbs programs to set/query queue, node and server attributes.
<P>
<H2>Installation</H2>
<P>
To install the python modules for python version 1.6 and higher it is easy:
<BLOCKQUOTE>
./configure
make
make install
</BLOCKQUOTE>
As for python versions lower the 1.6 the following procedure is required.
First you have to make the python module and test if it works. It
depends on your python installation where you want to place the
pbs modules. Some good places are:
<BLOCKQUOTE>
/usr/lib/python1.5/site-packages<BR>
/usr/local/lib/python1.5/site-packages<BR>
</BLOCKQUOTE>
<P>
<H1>Author Contact Information</H1>
<P>
The OpenPbs C API to python interface is written by:
<P>
<BLOCKQUOTE>
Bas van der Vlies, <A href="mailto:basv@sara.nl">basv@sara.nl</A><BR>
the Netherlands
</BLOCKQUOTE>
<P>
</BODY>
</HTML>