-
Notifications
You must be signed in to change notification settings - Fork 10
/
globalDefaults.cfg
128 lines (122 loc) · 2.66 KB
/
globalDefaults.cfg
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
########################################################################
#
# Global defaults for various DIRAC service installations and packages
#
########################################################################
Installations
{
DIRAC
{
DefaultsLocation = http://diracproject.web.cern.ch/diracproject/dirac.cfg
LocalInstallation
{
PythonVersion = 27
}
}
LHCb
{
DefaultsLocation = http://lhcb-rpm.web.cern.ch/lhcb-rpm/lhcbdirac/lhcb.cfg
}
VMBES
{
DefaultsLocation = http://dirac-code.ihep.ac.cn/bes/VMBES.cfg
}
Belle-KEK
{
DefaultsLocation = http://belle2.kek.jp/~dirac/Belle-KEK.cfg
}
Belle = Belle-KEK
Belle-Krakow
{
DefaultsLocation = http://belle2.kek.jp/~dirac/Belle-Krakow.cfg
}
Belle-IHEP
{
DefaultsLocation = http://belle2.kek.jp/~dirac/Belle-IHEP.cfg
}
Belle-PNNL
{
DefaultsLocation = http://belle2.kek.jp/~dirac/Belle-PNNL.cfg
}
CTA
{
DefaultsLocation = http://cta-dirac.in2p3.fr/DIRAC/defaults/cta.cfg
}
# France-Grilles
gridfr
{
DefaultsLocation = http://ccdiracli05.in2p3.fr/defaults/FranceGrid_defaults.cfg
}
FranceGrid = gridfr
formation = gridfr
biomed = gridfr
auger = gridfr
EGI = gridfr
egi = gridfr
ILCDIRAC
{
DefaultsLocation = http://lcd-data.web.cern.ch/lcd-data/ILCDIRACTars/defaults/ilc.cfg
}
BES
{
DefaultsLocation = http://dirac-code.ihep.ac.cn/bes/BES.cfg
}
BESDIRAC = BES
IHEP
{
DefaultsLocation = http://dirac-code.ihep.ac.cn/ihep/IHEP.cfg
}
gridpp
{
DefaultsLocation = http://dirac.grid.hep.ph.ic.ac.uk:8080/gridpp.cfg
}
GridPP = gridpp
JINR
{
DefaultsLocation = http://dirac-ui.jinr.ru/defaults/JINR-defaults.cfg
}
jinr = JINR
}
Projects
{
DIRAC
{
DefaultsLocation = http://diracproject.web.cern.ch/diracproject/dirac.cfg
}
LHCb
{
DefaultsLocation = http://lhcb-rpm.web.cern.ch/lhcb-rpm/lhcbdirac/lhcb.cfg
}
Belle
{
DefaultsLocation = http://belle2.kek.jp/~dirac/belle.cfg
}
CTA
{
DefaultsLocation = http://cta-dirac.in2p3.fr/DIRAC/defaults/cta.cfg
}
ILCDIRAC
{
DefaultsLocation = http://lcd-data.web.cern.ch/lcd-data/ILCDIRACTars/defaults/ilc.cfg
}
BESDIRAC
{
DefaultsLocation = http://dirac-code.ihep.ac.cn/bes/BESDIRAC.cfg
}
EiscatDIRAC
{
DefaultsLocation = https://dirac.egi.eu/defaults/eiscat.cfg
}
BoincDIRAC
{
DefaultsLocation = https://raw.github.com/DIRACGrid/BoincDIRAC/master/defaults/boinc.cfg
}
IHEP
{
DefaultsLocation = http://dirac-code.ihep.ac.cn/ihep/IHEP.cfg
}
EscapeDIRAC
{
DefaultsLocation = https://gitlab.in2p3.fr/escape-corsika/escape-corsika-dirac/-/raw/master/escape.cfg
}
}