ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/crab.cfg
Revision: 1.26
Committed: Mon Mar 13 17:12:35 2006 UTC (19 years, 1 month ago) by fanzago
Branch: MAIN
Changes since 1.25: +12 -7 lines
Log Message:
commented some lines

File Contents

# User Rev Content
1 nsmirnov 1.1 [CRAB]
2     #
3     # This section contains the default values for general parameters.
4     # They can be set also as a command-line option, i.e.
5     #
6     # key1 = value1
7     # key2 = value2
8     #
9     # in this section corresponds to
10     #
11     # crab.py -key1=value1 -key2=value2
12     #
13     # in the command line.
14     #
15     jobtype = orca
16 fanzago 1.23 #jobtype = famos
17 nsmirnov 1.1 scheduler = edg
18 slacapra 1.15 use_boss = 1
19 nsmirnov 1.1
20 fanzago 1.14
21 fanzago 1.23 [ORCA]
22 fanzago 1.14 ###############################
23     ####### DATA TO ANALYZE #######
24     ###############################
25 slacapra 1.2
26 nsmirnov 1.1 ## CERN
27 fanzago 1.26 #dataset = bt03_qcd50-80_2tauj
28     #owner = bt_2x1033PU761_TkMu_g133_CMS
29 nsmirnov 1.1
30     ## CNAF
31 fanzago 1.24 #dataset = bt03_ttH120_6j1l
32     #owner = bt_DST871_2x1033PU_g133_CMS
33 nsmirnov 1.1
34     ## PIC
35     #dataset = hg03b_hww_2l_140
36     #owner = hg_DST871_2x1033PU_g133_CMS
37    
38     ## FNAL
39 slacapra 1.9 # dataset = eg03_tt_2e2mu
40     # owner = eg_DST871_2x1033PU_g133_CMS
41 nsmirnov 1.1
42     ## LNL
43 fanzago 1.20 #dataset = mu03_W1mu
44     #owner = mu_DST861_2_3_2x1033PU_g132_CMS
45 nsmirnov 1.1
46 fanzago 1.26 #dataset = mu03_W1mu
47     #owner = mu_DST861_2_3_2x1033PU_g132_CMS
48    
49 nsmirnov 1.1 ## BA
50 fanzago 1.26 dataset = bt03_tt_pureleptonic_etau
51     owner = bt_DST871_2x1033PU_g133_CMS
52 nsmirnov 1.1
53 fanzago 1.26 #dataset = mu04_DY2mu_Mll1500
54     #owner = mu_DST871_2x1033PU_g133_OSC
55 nsmirnov 1.1
56     ### Data Tier to be accessed.
57     ### Possible candidates are: DST, Digi, Hit (Comma separated list, mind the case!)
58 fanzago 1.11 #data_tier = DST,Digi,Hit
59 fanzago 1.26 data_tier = DST
60 nsmirnov 1.1
61 slacapra 1.17 ### Order of the catalogs on .orcarc : do not change unless you know what you are doing!
62     #order_catalogs =
63 fanzago 1.14
64     ###############################
65     ####### ORCA EXECUTABLE #######
66     ###############################
67 slacapra 1.18
68 fanzago 1.14 ## User must provide the executable into his personal scram area
69     executable = ExDSTStatistics
70    
71     ## or the script that calls the executable...
72     #script_exe = /home/fanzago/CRAB/UserTools/src/orca_script.sh
73 slacapra 1.18
74 fanzago 1.14 ## Output files produced by executable: comma separated list, can be empty but mut be present!
75     output_file = dststatistics.aida
76 slacapra 1.18
77 fanzago 1.14
78     ###############################
79     ########## ORCA CARD ##########
80     ###############################
81 slacapra 1.18
82 slacapra 1.17 ## orcarc card provided by user (if not in current directory, the full path
83 fanzago 1.14 ## must to be provided) NB the file must exist (could be empty)
84 fanzago 1.23 orcarc_file = orca_orcarc.main
85    
86    
87     [FAMOS]
88    
89     ###############################
90     ###### FAMOS INPUT DATA #######
91     ###############################
92    
93 fanzago 1.24 ### LFN of the input file registered into the LFC catalog
94 fanzago 1.23 input_lfn = georgia/su05_pyt_lm6.ntpl
95    
96     ###############################
97     ###### FAMOS EXECUTABLE #######
98     ###############################
99    
100     ## User must provide the executable into his personal scram area
101     executable = ExRootAnalysisFamos
102    
103     ## or the script that calls the executable...
104     #script_exe = /home/fanzago/CRAB/UserTools/src/orca_script.sh
105    
106     ## Output files produced by executable: comma separated list, can be empty but mut be present!
107     output_file = test.root
108    
109    
110     ###############################
111     ########## FAMOS CARD ##########
112     ###############################
113    
114     ## orcarc card provided by user (if not in current directory, the full path
115     ## must to be provided) NB the file must exist (could be empty)
116     orcarc_file = famos_orcarc.main
117    
118    
119     [USER]
120     ################################
121     #### additional input file #####
122     ################################
123    
124 fanzago 1.25 ## files to be put in InputSandBox, with full path: comma separated list
125     #additional_input_files = /home_local/fanzago/fede.txt, /home_local/fanzago/fede.prova
126 fanzago 1.23
127    
128     ###############################
129     ### JOB EVENTS/JOB SPLITTING ##
130     ###############################
131 slacapra 1.18
132 fanzago 1.14 ## First event to analyze: default is 0
133 slacapra 1.18 #first_event = 0
134    
135 fanzago 1.14 ## Total number of events to analyze: -1==all
136     total_number_of_events = 100
137 slacapra 1.18
138 fanzago 1.14 ## Number of events for each job
139     job_number_of_events = 10
140 slacapra 1.18
141 slacapra 1.5 ### Total number of jobs to be created: incompatible with previous "job_number_of_events"
142 slacapra 1.18 #total_number_of_jobs = 100
143 slacapra 1.5
144 fanzago 1.14 #################################
145     ######### CRAB DIR ############
146     #################################
147 slacapra 1.17
148 fanzago 1.20 ## Name of UI directory where CRAB will create job to submit (with full path).
149 fanzago 1.14 ## If commented, the default directory will be "crab_0_data_time"
150 fanzago 1.20 #ui_working_dir = /full_path/mu03_DY2mu
151     #ui_working_dir : /full_path/%(dataset)s
152 nsmirnov 1.1
153 fanzago 1.14 #################################
154     #### JOB OUTPUT MANAGEMENT #####
155     #################################
156    
157 fanzago 1.23 ### RETRIEVE JOB OUTPUT INTO UI ###
158     ## to have back the job executable output into UI (return_data= 1)
159 fanzago 1.14 return_data = 1
160    
161     ### If return_data = 1 ###
162 fanzago 1.23 ## UI directory where to store the CMS executable output
163 nsmirnov 1.1 ## FULL path is mandatory. If none <ui_working_dir>/res will be used.
164 fanzago 1.20 #outputdir=/home/fanzago/CRAB/Crab/python/out_orca
165 nsmirnov 1.1
166 fanzago 1.14 ### If return_data = 1 ###
167     ## UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
168     ## FULL path is mandatory. If none <ui_working_dir>/res will be used.
169     #logdir=/home/fanzago/CRAB/UserTools/src/grid_job_log
170 slacapra 1.18
171 fanzago 1.23 ### COPY JOB OUTPUT INTO A SE ###
172     ## if you want to copy the CMS executable output into a SE (i:e castor)
173 fanzago 1.14 ### WARNING: if the copy fails and return_data = 0, the output is lost
174     #copy_data = 1
175    
176     ### if copy_data = 1 ###
177 fanzago 1.23 ## name of the SE where to copy the CMS executable output.
178 fanzago 1.14 #storage_element = castorgrid.cern.ch
179     ## and the SE directory (or the mountpoint) that has to be writable from all
180 fanzago 1.20 #storage_path = /castor/cern.ch/user/u/user
181 slacapra 1.18
182 fanzago 1.23 ### REGISTER JOB OUTPUT IN THE LFC CATALOG ###
183     ## if you want also to register the CMS executable output into the LFC catalog
184 fanzago 1.14 ## WARNING: to use with copy_data = 1
185     #register_data = 1
186 slacapra 1.18
187 fanzago 1.14 ### if register_data = 1
188 fanzago 1.23 ## If you register the CMS output file into the LFC catalog, this is the first part of LFN
189 fanzago 1.14 ### example LFN="lfn_dir"/"output_file"
190 fanzago 1.20 #lfn_dir = MyDirLFN
191 fanzago 1.14
192     #################################
193     ####### JOB MONITORING ### #####
194     #################################
195 nsmirnov 1.1
196 slacapra 1.10 ### MonALisa Monitoring
197 fanzago 1.21 activate_MonALisa = 0
198 slacapra 1.10
199 slacapra 1.17 ### Use central BOSS DB instead of one for each task: the DB must be already been setup!
200 slacapra 1.19 use_central_bossDB = 0
201 slacapra 1.15
202 slacapra 1.17 ### Use Boss RealTime monitoring
203 fanzago 1.20 use_boss_rt = 1
204 slacapra 1.17
205 fanzago 1.23
206 nsmirnov 1.1 [EDG]
207 fanzago 1.23 ################################
208     ###### EDG specific stuff ######
209     ################################
210 slacapra 1.17
211 nsmirnov 1.1 # LCG middleware version installed on testbed
212     lcg_version = 2
213    
214 fanzago 1.23 ## to change the CMS-broker RB (download these files from crab web page)
215 fanzago 1.14 #config_vo = /home/fanzago/edg_wl_ui.conf.CMS_CERN
216     #config = /home/fanzago/edg_wl_ui_cmd_var.conf.CMS_CERN
217 slacapra 1.17
218 fanzago 1.14 ## to add other requirements to jdl file, as example the Operating System
219     #requirements = (other.GlueHostOperatingSystemName == "RedHat")
220 slacapra 1.17
221 fanzago 1.14 ## cpu time and wall_clock_time(=real time) in minutes. Written into the jdl file
222     #max_cpu_time = 60
223 fanzago 1.26 #max_wall_clock_time = 60
224 slacapra 1.17
225 slacapra 1.9 ## CE Black List: all the CE whose name contains the following strings (comma
226     ## separated list) will not be considered for submission.
227     ## Use the dns domain (eg fnal, cern, ifae, fzk, cnaf, lnl,....)
228 fanzago 1.20 #CE_black_list = cern
229 slacapra 1.17
230     ## CE White List: only the CE whose name contains the following strings (comma
231     ## separated list) will be considered for submission.
232     ## Use the dns domain (eg fnal, cern, ifae, fzk, cnaf, lnl,....)
233 fanzago 1.26 #CE_white_list = cern
234 slacapra 1.17
235 fanzago 1.14 ## fields written into jdl
236     virtual_organization = cms
237 slacapra 1.17
238     ## number or retry count
239 fanzago 1.14 retry_count = 0
240 fanzago 1.21
241 fanzago 1.23 ## LFC catalog parameters
242 fanzago 1.22 lcg_catalog_type = lfc
243 fanzago 1.21 lfc_host = lfc-cms-test.cern.ch
244     lfc_home = /grid/cms