ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/full_crab.cfg
Revision: 1.7
Committed: Wed Jun 18 14:01:22 2008 UTC (16 years, 10 months ago) by fanzago
Branch: MAIN
Changes since 1.6: +2 -0 lines
Log Message:
added new parameter for PU dataset in the case of publication

File Contents

# User Rev Content
1 spiga 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     # [SECTION]
8     # key2 = value2
9     #
10     # in this section corresponds to
11     #
12     # crab.py -key1=value1 -key2=SECTION.value2
13     #
14     # in the command line.
15     #
16     jobtype = cmssw
17    
18     ### Specify the scheduler to be used.
19     ### Supported schedulers are : [ edg, glite, condor_g]
20 spiga 1.4 scheduler = glite
21 spiga 1.1
22 spiga 1.2 ### To configure CRAB as client set the name of the server
23 fanzago 1.5 ### (e.g. pi, lnl etc etc )
24 spiga 1.1 ### CRAB will submit jobs to the server, which will submit and manage for the users
25 spiga 1.4 #server_name = cnaf
26 spiga 1.1
27     [CMSSW]
28    
29     ### The data you want to access (to be found on DBS)
30     ### /primarydataset/datatier/processeddataset
31 fanzago 1.5 #datasetpath=/ttbar_inclusive_TopRex/CMSSW_1_3_1-Spring07-1122/GEN-SIM-DIGI-RECO
32     datasetpath=none
33 spiga 1.1 ### To run CRAB for private events production set datasetPath= None
34    
35     ### To select a single (list of) run within a single processed dataset define run number (list)
36     ### selection can be a comma-separated list of run numbers and run number ranges: 1,2,3-4
37     #runselection=1,2,3-4
38    
39     ### To use a local DBS istance specify the related URL here.
40     # dbs_url = http://cmsdoc.cern.ch/cms/test/aprom/DBS/CGIServer/prodquery
41    
42     ### The name of ParameterSet to be used
43 fanzago 1.5 pset=pythia.cfg
44 spiga 1.1
45     ### Splitting parameters:
46     ### Total number of events to be accessed: -1 means all
47     ### NOTE: "-1" is not usable if no input
48 fanzago 1.5 total_number_of_events=10
49 spiga 1.1
50     ### Number of events to be processed per job
51     #events_per_job = 1000
52    
53     ### Number of jobs to be created per task
54 fanzago 1.5 number_of_jobs = 5
55 spiga 1.1
56     ### The output files produced by your application (comma separated list)
57 fanzago 1.5 output_file = mcpool.root
58 spiga 1.1
59 spiga 1.6 ### To run over the parent also set use_parent = True
60     # use_parent =
61    
62 spiga 1.1 [USER]
63    
64     ### If CRAB.server_mode = 1
65     ### To set Your e-mail address to be used by the server to notify you
66     #eMail = your_email_address
67    
68     ### To specify the percentage of finished job in a task, corresponding
69     ### to when the notification email will be sent to you by the server default is 100%
70     #thresholdLevel = 100
71    
72     ### To specify additional files to be put in InputSandBox
73     ### write the full path if the files are not in the current directory
74     ### (wildcard * are allowed): comma separated list
75     #additional_input_files = file1, file2, /full/path/file3
76    
77     ### To use a specific name of UI directory where CRAB will create job to submit (with full path).
78     ### the default directory will be "crab_0_data_time"
79     #ui_working_dir = /full/path/Name_of_Directory
80    
81    
82     ### OUTPUT file management ###
83     ### To have back the job executable output into UI set return_data= 1
84     return_data = 1
85    
86     ### If return_data = 1 ###
87     ### To specify the UI directory where to store the CMS executable output
88     ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
89     #outputdir= /full/path/yourOutDir
90    
91     ### If return_data = 1 ###
92     ### To specify the UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
93     ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
94     #logdir= /full/path/yourLogDir
95    
96     ### To copy the CMS executable output into a SE (i:e castor) set copy_data = 1
97     copy_data = 0
98    
99     ### if copy_data = 1 ###
100     ### Specify the name of the SE where to copy the CMS executable output.
101     #storage_element = srm.cern.ch
102     ### Specify the SE directory (or the mountpoint) that has to be writable from all
103     #storage_path = /castor/cern.ch/user/u/user
104     ### example for LNL SRM
105     #storage_element = t2-srm-02.lnl.infn.it
106     #storage_path = /srm/managerv1?SFN=/pnfs/lnl.infn.it/data/cms/store/user
107    
108     ### To specify the version of srm client to use.
109     #srm_version = 1
110    
111     ### To publish produced output in a local istance of DBS set publish_data = 1
112     publish_data=0
113     ### Specify the dataset name. The full path will be <primarydataset>/<publish_data_name>/USER
114     #publish_data_name = yourDataName
115     ### Specify the URL of DBS istance where CRAB has to publish the output files
116     #dbs_url_for_publication = http://cmssrv17.fnal.gov:8989/DBS108LOC1/servlet/DBSServlet
117 fanzago 1.7 ### Dataset of PU to import in the local DBS, (comma separated list)
118     #dataset_pu = /pileup/dataset/toimport
119 spiga 1.1
120 spiga 1.3 ### To switch from status print on screen to DB serialization to a file specify here the destination files.
121     ### CRAB will create it on CRAB_Working_Dir/share
122     #xml_report=
123 spiga 1.1
124     [EDG]
125    
126     ### To change the CMS-broker RB/WMS to be used. The ones available for CMS
127     ### are "CERN" and "CNAF": the configuration
128     ### files needed to change the broker will be automatically downloaded from CRAB web page.
129     ### If the files are already present on the working directory they will be used.
130     #rb = CNAF
131    
132     ### CMS myproxy server, to proxy delegation
133     proxy_server = myproxy.cern.ch
134    
135     ### To specify VOMS role and/or group
136     #role = superman
137     #group = superheros
138    
139     ### To skip the CRAB check of your proxy
140     #dont_check_proxy = 1
141    
142     ### To add other requirements to jdl file, as example the Operating System
143     #requirements = (other.GlueHostOperatingSystemName == "RedHat")
144    
145     ### To add other parameters to jdl file: semicolon separated list;
146     #additional_jdl_parameters = AllowZippedISB = false
147    
148 spiga 1.2 ### To use a specific WMS end point put here the right name:
149     #wms_service=
150    
151 spiga 1.1 ### To specify a cpu time and wall_clock_time(=real time) in minutes
152     #max_cpu_time = 60
153     #max_wall_clock_time = 60
154    
155     ### To manage White/Black lists: For discovery, please use http://cmslcgco01.cern.ch:8001/
156     ### Use the dns domain (eg fnal, cern, ifae, fzk, cnaf, lnl,....)
157     ### All the storage/computing elements (SE/CE) contained in the strings (comma separated list)
158     ### will/will not be considered for submission.
159     ### SE Black List:
160     #se_black_list = infn
161     ### SE White List
162     #se_white_list = infn
163    
164     ### CE Black List:
165     #ce_black_list = infn
166     ### CE White List:
167     #ce_white_list = infn
168    
169     ## fields written into jdl
170     virtual_organization = cms
171    
172     ## number or retry count
173     retry_count = 2
174    
175     [CONDORG]
176    
177     # Set this to condor to override the batchsystem defined in gridcat.
178     #batchsystem = condor
179    
180     # Specify addition condor_g requirments
181     # use this requirment to run on a cms dedicated hardare
182     # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
183     # use this requirement to run on the new hardware
184     #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))
185