1 |
# |
# |
2 |
# $Id$ |
# $Id$ |
3 |
|
# $URL$ |
4 |
# |
# |
5 |
|
|
6 |
include paths.mk |
include paths.mk |
8 |
PROJECT=nl.nikhef.pdp.lrms-py-generic |
PROJECT=nl.nikhef.pdp.lrms-py-generic |
9 |
PROD=lrms-python-generic |
PROD=lrms-python-generic |
10 |
NAME=lrms-python-generic |
NAME=lrms-python-generic |
11 |
DESCR=Generic python module defining the classes for a Job \ |
DESCR=Generic python module defining the classes for a Job (computing \ |
12 |
(computing task) and Server (state of an LRMS including which \ |
task) and Server (state of an LRMS including which jobs are running in \ |
13 |
jobs are running in which queues). By generic I mean that there \ |
which queues). Generic in this context means that there is no code \ |
14 |
is no code here that is specific to any particular LRMS flavor. \ |
here that is specific to any particular LRMS flavor. LRMS-specific \ |
15 |
The idea is to have LRMS-specific modules inherit from this class \ |
classes will derive from this class and override functions as needed. |
|
and override functions as needed. |
|
16 |
|
|
17 |
VERSION=1.2.0 |
VERSION=2.2.0 |
18 |
RELEASE=1 |
RELEASE=1 |
19 |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
20 |
|
|
26 |
|
|
27 |
MYSCRIPTS= |
MYSCRIPTS= |
28 |
|
|
29 |
MYDOCS= |
MYDOCS=RELEASE |
30 |
|
|
31 |
REQUIRES=python >= 2.2.2 |
REQUIRES=python >= 2.2.2 |
32 |
|
|