-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathluigi.cfg
More file actions
103 lines (78 loc) · 2.16 KB
/
luigi.cfg
File metadata and controls
103 lines (78 loc) · 2.16 KB
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
[AddConfigFiles]
add_configs = ["$ANALYSIS_PATH/configs/process/zjet.cfg"]
[HTCondorDefaults]
; default htcondor job submission configuration (modifiable for each task)
htcondor_accounting_group = cms.jet
htcondor_remote_job = True
htcondor_request_cpus = 1
htcondor_universe = container
htcondor_container_image = /cvmfs/unpacked.cern.ch/registry.hub.docker.com/cverstege/alma9-gridjob:20241202-1
; Additional HTCondor requirements can be set below
htcondor_requirements = True
[DEFAULT]
; create log files in htcondor jobs
; transfer_logs = True
; set local scheduler
local_scheduler = True
; submit only missing htcondor workflow branches (should always be true)
only_missing = True
[HerwigBuild]
; directory name to search for Herwig steering file
config_path = default
[HerwigIntegrate]
; number of integration jobs
integration_maxjobs = 30
;HTCondor
htcondor_walltime = 2.5h
htcondor_request_memory = 2.5GB
htcondor_request_disk = 2GB
; set tolerance for workflow success with failed branches
tolerance = 0.0
acceptance = 1.0
[HerwigMerge]
[HerwigRun]
; Herwig setupfile for additional confgurations
; setupfile = None
; run specific settings
number_of_jobs = 2000
events_per_job = 10000
; start seed for random seed generation, per default turned off
start_seed = 100
; HTCondor
htcondor_walltime = 1d
htcondor_request_memory = 2GB
htcondor_request_disk = 4GB
; set tolerance for workflow success with failed branches
tolerance = 0.01
acceptance = 0.99
[SherpaConfig]
config_path = default
[SherpaSetup]
[SherpaIntegrate]
[SherpaRun]
; Herwig setupfile for additional confgurations
; setupfile = None
; run specific settings
number_of_jobs = 2000
events_per_job = 50000
; start seed for random seed generation, per default turned off
start_seed = 100
; HTCondor
htcondor_walltime = 1h
htcondor_request_memory = 2.5GB
htcondor_request_disk = 10GB
; set tolerance for workflow success with failed branches
tolerance = 0.01
acceptance = 0.99
[RivetBuild]
htcondor_walltime = 15m
htcondor_request_memory = 1GB
htcondor_request_disk = 1GB
[RunRivet]
[RivetMerge]
[RivetMergeExtensions]
[DeriveNPCorr]
[PlotNPCorr]
[PlotNPCorrSummary]
[PlotScenarioComparison]
[PlotSplittedQuantity]