Skip to content

Commit

Permalink
Merge pull request cms-sw#622 from arizzi/crabsymlinks
Browse files Browse the repository at this point in the history
prepare for running
  • Loading branch information
arizzi committed Jan 13, 2017
2 parents b6fc246 + 639ee9a commit 25de635
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions VHbbAnalysis/Heppy/test/crab/heppy_crab_config.py
Expand Up @@ -2,8 +2,8 @@
config = Configuration()

config.section_("General")
config.General.requestName = 'VHBB_A25_004'
config.General.workArea = 'crab_projects_A25_004'
config.General.requestName = 'VHBB_D25_004'
config.General.workArea = 'crab_projects_D25_004'
config.General.transferLogs=True

config.section_("JobType")
Expand All @@ -15,7 +15,8 @@

os.system("tar czf python.tar.gz --directory $CMSSW_BASE python `find $CMSSW_BASE/src -name python | perl -pe s#$CMSSW_BASE/## `")
#onfig.JobType.sendPythonFolder = True
config.JobType.maxMemoryMB = 3500
config.JobType.maxMemoryMB = 2500
config.JobType.maxJobRuntimeMin = 2000
config.JobType.inputFiles = ['heppy_config.py',
'heppy_crab_script.py',
'python.tar.gz',
Expand Down Expand Up @@ -46,11 +47,11 @@
config.Data.inputDBS = 'global'
config.Data.splitting = 'FileBased'
config.Data.unitsPerJob = 1
config.Data.totalUnits = 20
config.Data.totalUnits = 10
config.Data.allowNonValidInputDataset = True # to run on datasets in PRODUCTION
config.Data.outLFNDirBase = '/store/user/arizzi/VHBBHeppyA25/'
config.Data.outLFNDirBase = '/store/user/arizzi/VHBBHeppyD25/'
config.Data.publication = True
config.Data.outputDatasetTag = 'VHBB_HEPPY_A25'
config.Data.outputDatasetTag = 'VHBB_HEPPY_D25'

config.section_("Site")
config.Site.storageSite = "T2_IT_Pisa"
Expand Down
2 changes: 1 addition & 1 deletion VHbbAnalysis/Heppy/test/crab/puData.root
2 changes: 1 addition & 1 deletion VHbbAnalysis/Heppy/test/crab/puDataMinus.root
2 changes: 1 addition & 1 deletion VHbbAnalysis/Heppy/test/crab/puDataPlus.root
2 changes: 1 addition & 1 deletion VHbbAnalysis/Heppy/test/crab/puMC.root

0 comments on commit 25de635

Please sign in to comment.