Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Validation/RecoB/test/GridValidation/crab.cfg is written in an unsupported language. File is not indexed.

0001 [CRAB]
0002 
0003 jobtype = cmssw
0004 scheduler = glitecoll
0005 ### NOTE: just setting the name of the server (pi, lnl etc etc )
0006 ###       crab will submit the jobs to the server...
0007 #server_name = legnaro
0008 
0009 [CMSSW]
0010 
0011 ### The data you want to access (to be found on DBS)
0012 datasetpath=/InclusiveMu5_Pt50/Summer09-MC_31X_V2_preproduction_311-v1/GEN-SIM-RECO
0013 use_parent=0
0014 #datasetpath=none
0015 
0016 ### The ParameterSet you want to use
0017 pset=validation_FirstStepOnGrid.py
0018 
0019 ### Splitting parameters
0020 total_number_of_events=-1
0021 events_per_job =50000 
0022 
0023 ### The output files (comma separated list)
0024 output_file = MEtoEDMConverter.root
0025 
0026 [USER]
0027 
0028 ### OUTPUT files Management
0029 ##  output back into UI
0030 return_data = 1
0031 
0032 ### To use a specific name of UI directory where CRAB will create job to submit (with full path).
0033 ### the default directory will be "crab_0_data_time"
0034 #ui_working_dir = /full/path/Name_of_Directory
0035 
0036 ### To specify the UI directory where to store the CMS executable output
0037 ### FULL path is mandatory. Default is  <ui_working_dir>/res will be used.
0038 #outputdir= /full/path/yourOutDir
0039 
0040 ### To specify the UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
0041 ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
0042 #logdir= /full/path/yourLogDir
0043 
0044 ### OUTPUT files INTO A SE
0045 copy_data = 0
0046 
0047 ### if you want to copy data in a "official CMS site"
0048 ### you have to specify the name as written in 
0049 #storage_element = T2_IT_Bari
0050 ### the user_remote_dir will be created under the SE mountpoint
0051 ### in the case of publication this directory is not considered
0052 user_remote_dir = QCDForTheNote-20090401-QCDpt80-Lepton-TESTTOBEDELETED
0053 
0054 ### if you want to copy your data at CAF
0055 storage_element = T2_IT_Pisa
0056 ### in the case of publication this directory is not considered
0057 #user_remote_dir = name_directory_you_want
0058 
0059 ### if you want to copy your data to your area in castor at cern
0060 ### or in a "not official CMS site" you have to specify the complete name of SE
0061 #storage_element=srm-cms.cern.ch
0062 ### this directory is the mountpoin of SE 
0063 #storage_path=/srm/managerv2?SFN=/castor/cern.ch/
0064 ### directory or tree of directory under the mounpoint 
0065 #user_remote_dir = name_directory_you_want
0066 
0067 
0068 ### To publish produced output in a local istance of DBS set publish_data = 1
0069 publish_data=0
0070 ### Specify the dataset name. The full path will be <primarydataset>/<publish_data_name>/USER
0071 publish_data_name = name_you_prefer
0072 ### Specify the URL of DBS istance where CRAB has to publish the output files
0073 #dbs_url_for_publication = https://cmsdbsprod.cern.ch:8443/cms_dbs_caf_analysis_01_writer/servlet/DBSServlet 
0074 
0075 ### To specify additional files to be put in InputSandBox
0076 ### write the full path  if the files are not in the current directory
0077 ### (wildcard * are allowed): comma separated list
0078 #additional_input_files = file1, file2, /full/path/file3
0079 
0080 #if server
0081 #thresholdLevel = 100
0082 #eMail = your@Email.address
0083 
0084 [EDG]
0085 #
0086 ## RB/WMS management:
0087 rb = CERN
0088 
0089 ##  Black and White Lists management:
0090 ## By Storage
0091 #se_black_list = T0,T1
0092 #se_white_list = pi.infn.it
0093 
0094 ## By ComputingElement
0095 #ce_black_list =
0096 #ce_white_list = gridce1.pi.infn.it
0097 
0098 [CONDORG]
0099 
0100 # Set this to condor to override the batchsystem defined in gridcat.
0101 #batchsystem = condor
0102 
0103 # Specify addition condor_g requirments
0104 # use this requirment to run on a cms dedicated hardare
0105 # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
0106 # use this requirement to run on the new hardware
0107 #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))
0108