source: trunk/pbs_swig/distro/description.html @ 39

Last change on this file since 39 was 39, checked in by bas, 21 years ago
  • 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 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  python setup.py install
18</BLOCKQUOTE>
19
20As for python versions lower the 1.6 the following procedure is required.
21First you have to make the python module and test if it works. It
22depends on your python installation where you want to place the
23pbs modules. Some good places are:
24<BLOCKQUOTE>
25     /usr/lib/python1.5/site-packages<BR>
26     /usr/local/lib/python1.5/site-packages<BR>
27</BLOCKQUOTE>
28<P>
29<H1>Author Contact Information</H1>
30<P>
31The OpenPbs C API to python interface is written by:
32<P>
33<BLOCKQUOTE>
34Bas van der Vlies, <A href="mailto:basv@sara.nl">basv@sara.nl</A><BR>
35the Netherlands
36</BLOCKQUOTE>
37<P>
38</BODY>
39</HTML>
40
Note: See TracBrowser for help on using the repository browser.