Warning, /Validation/CaloTowers/test/crab.cfg is written in an unsupported language. File is not indexed.
0001 [CRAB]
0002
0003 jobtype = cmssw
0004 #
0005 #--- scheduler
0006 # caf: CERN-CAF, condor: LPC-CAF, glite: GRID
0007 scheduler = condor
0008 ### NOTE: just setting the name of the server (pi, lnl etc etc )
0009 ### crab will submit the jobs to the server...
0010 #
0011 #--- server_name
0012 # comment-out: CERN-CAF, LPC-CAF, cern: GRID
0013 #server_name = cern
0014
0015 [CMSSW]
0016
0017 #lumi_mask=json.txt
0018 total_number_of_lumis = -1
0019 #lumis_per_job = 1
0020
0021 ### The data you want to access (to be found on DBS)
0022 ###########################
0023 datasetpath = /MinimumBias/Commissioning10-Jun9thReReco_of_valskim_PreProduction_370p2_v1/RECO
0024 ###########################
0025
0026 ### selection can be a comma-separated list of run numbers and run number ranges: 1,2,3-4
0027 #######################
0028 runselection = 132601
0029 #######################
0030
0031 ### The ParameterSet you want to use
0032 ###########################
0033 pset = source_cfg.py
0034 ###########################
0035
0036 ### Splitting parameters
0037 ###########################
0038 total_number_of_events = -1
0039 number_of_jobs = 10
0040 ###########################
0041
0042 ### The output files (comma separated list)
0043 ###########################
0044 output_file = HcalValHarvestingEDM.root
0045 ###########################
0046
0047 [USER]
0048
0049 ### OUTPUT files Management
0050 ## output back into UI
0051 return_data = 1
0052
0053 ### OUTPUT files INTO A SE
0054 copy_data = 0
0055
0056 ###email notifications
0057 thresholdLevel = 100
0058 #eMail = apresyan@cern.ch
0059
0060 [GRID]
0061
0062 ## RB/WMS management:
0063 #rb = CERN
0064 #proxy_server = myproxy.cern.ch
0065
0066 ## Black and White Lists management:
0067 ## By Storage
0068 ##se_black_list = T0,T1
0069
0070 #se_white_list = grid-srm.physik.rwth-aachen.de
0071
0072 ## By ComputingElement
0073 #ce_black_list = gridce2.pi.infn.it
0074 #ce_black_list = srm.ciemat.es,srm-3.t2.ucsd.edu,hephyse.oeaw.ac.at,maite.iihe.ac.be,t2-srm-02.lnl.infn.it,sbgse1.in2p3.fr,cmssrm.hep.wisc.edu,cmsdcache.pi.infn.it,srm.minnesota.edu,storm.ifca.es
0075 #ce_white_list =
0076
0077 [CONDORG]
0078
0079 # Set this to condor to override the batchsystem defined in gridcat.
0080 #batchsystem = condor
0081
0082 # Specify addition condor_g requirments
0083 # use this requirment to run on a cms dedicated hardare
0084 # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
0085 # use this requirement to run on the new hardware
0086 #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))