1 |
# |
2 |
# $Id: config.mk 1976 2010-09-28 13:32:27Z templon $ |
3 |
# |
4 |
|
5 |
include paths.mk |
6 |
|
7 |
PROJECT=nl.nikhef.pdp.dynsched |
8 |
PROD=grid-info-dynamic-scheduler |
9 |
NAME=grid-info-dynamic-scheduler |
10 |
DESCR=This is a program that calculates information related to scheduling \ |
11 |
grid jobs at a grid site. The program takes information (provided in a \ |
12 |
site-agnostic format) about the current state of the LRMS and scheduler. \ |
13 |
Output is in a format compatible with the GIP of gLite. |
14 |
|
15 |
VERSION=2.4.0 |
16 |
RELEASE=1 |
17 |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
18 |
|
19 |
# define files to be in installed version of this package, and |
20 |
# their types (modules, scripts, docs, etc) ... mapping of type |
21 |
# to installed directory are defined in top-level Makefile. |
22 |
|
23 |
MYMODS=EstTT.py |
24 |
|
25 |
MYSCRIPTS=lcg-info-dynamic-scheduler |
26 |
|
27 |
MYDOCS=lcg-info-dynamic-scheduler.txt \ |
28 |
RELEASE \ |
29 |
lcg-info-static-example.ldif \ |
30 |
lrm-backend-output.example \ |
31 |
vo-max-slot.example \ |
32 |
scheduler-dynamic-example.conf \ |
33 |
scheduler-static-example.conf \ |
34 |
lrmsinfo-generic.txt \ |
35 |
vomaxjobs-generic.txt \ |
36 |
lcg-info-dynamic-scheduler-wrapper |
37 |
|
38 |
|
39 |
REQUIRES=python >= 2.2.2, lrms-python-generic >= 1.0.0 |
40 |
OBSOLETES=lcg-info-dynamic-scheduler-generic |
41 |
|
42 |
# defaults for RPM |
43 |
GROUP=GIP/LRMS |
44 |
URL=http://www.nikhef.nl/grid |
45 |
LICENSE=VL-e |
46 |
VENDOR=PDP/NIKHEF |
47 |
OBSOLETES=none |
48 |
|
49 |
DATE=$Date: 2010-09-28 15:17:23 +0200 (Tue, 28 Sep 2010) $ |