5 |
include paths.mk |
include paths.mk |
6 |
|
|
7 |
PROJECT=nl.nikhef.pdp.dynsched |
PROJECT=nl.nikhef.pdp.dynsched |
8 |
PROD=dynsched-generic |
PROD=grid-info-dynamic-scheduler |
9 |
NAME=dynsched-generic |
NAME=grid-info-dynamic-scheduler |
10 |
DESCR=Generic python module defining the classes for a Job (computing \ |
DESCR=This is a program that calculates information related to scheduling \ |
11 |
task) and Server (state of an LRMS including which jobs are running in \ |
grid jobs at a grid site. The program takes information (provided in a \ |
12 |
which queues). Generic in this context means that there is no code \ |
site-agnostic format) about the current state of the LRMS and scheduler. \ |
13 |
here that is specific to any particular LRMS flavor. LRMS-specific \ |
Output is in a format compatible with the GIP of gLite. |
|
classes will derive from this class and override functions as needed. |
|
14 |
|
|
15 |
VERSION=2.4.0 |
VERSION=2.4.0 |
16 |
RELEASE=1 |
RELEASE=1 |
36 |
lcg-info-dynamic-scheduler-wrapper |
lcg-info-dynamic-scheduler-wrapper |
37 |
|
|
38 |
|
|
39 |
REQUIRES=python >= 2.2.2, python-logging >= 0.4.6, lrms-python-generic >= 1.0.0 |
REQUIRES=python >= 2.2.2, lrms-python-generic >= 1.0.0 |
40 |
OBSOLETES=lcg-info-dynamic-scheduler-generic |
OBSOLETES=lcg-info-dynamic-scheduler-generic |
41 |
|
|
42 |
# defaults for RPM |
# defaults for RPM |