-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcms-ROBOT.crab3.INI.50
80 lines (64 loc) · 2.13 KB
/
cms-ROBOT.crab3.INI.50
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
# Ganga configuration file ($Name: Ganga-5-0-1 $). DO NOT remove this line.
#
# The [Robot] section:
# - All settings are commented out, indicating defaults that will be used.
# - Examples are given for settings which are blank by default.
#
# The other sections:
# - All settings are specified, with common options for using the robot.
# - See .gangarc for further details on these options.
#
# To start the robot (default configuration):
# ganga --config-path=GangaRobot/ROBOT.INI robot run
#
# For further details:
# ganga --config-path=GangaRobot/ROBOT.INI robot help
#
#=======================================================================
[Configuration]
RUNTIME_PATH = GangaCRAB3:GangaRobot
gangadir = /data/hc/apps/cms/gangadir/robot/
[defaults_GridProxy]
voms = cms
validityAtCreation = 48:00
minValidity = 00:15
[Configuration]
# Enable GangaRobot to be started using robot script
SCRIPTS_PATH = GangaRobot/scripts
#=======================================================================
[LCG]
VirtualOrganisation = cms
#[CMSSW]
#CRAB_VERSION = CRAB_2_8_5_patch2
#location = /data/hc/external/cms/crab
[CRAB_CFG]
server_name = cmsweb-testbed.cern.ch
apiresource = /crabserver/preprod/
#[USER_CFG]
#tasktype = hammercloud
#[Metrics]
#location = /data/hc/apps/cms/config/metrics.ini_hc
#=======================================================================
[Logging]
GangaCRAB3 = DEBUG
GangaRobot = DEBUG
Ganga.GPI = DEBUG
run_test = DEBUG
_logfile = /tmp/gangatest1.log
_logfile_size = 10000000
_format = VERBOSE
[PollThread]
# Enable monitoring for robot script
autostart = True
default_backend_poll_rate = 30
#=======================================================================
[Robot]
# list of action names and sleep periods (seconds)
Driver_Run = ['submit']
# GangaRobot.Framework.Action.IAction class names
# keys should be Driver_Action_xxx where xxx is an action name in Driver_Run
Driver_Action_submit = GangaRobot.Lib.Core.ThreadedSubmitter.ThreadedSubmitter
Driver_Action_finish = GangaRobot.Lib.Core.CoreFinisher.CoreFinisher
# timeout (seconds) for waiting for jobs to finish
BaseFinisher_Timeout = 0
ThreadedSubmitter_numThreads = 20