Skip to content

Commit

Permalink
Merge pull request #8638 from franzoni/time-event-CMSSW_7_5_X_2015-03…
Browse files Browse the repository at this point in the history
…-31-2300

time per event - further tune
  • Loading branch information
cmsbuild committed Apr 2, 2015
2 parents 0480e81 + 5fc2273 commit 055074f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Expand Up @@ -107,7 +107,7 @@ def __init__(self,opt,mode='init',options=''):
"Multicore" : opt.nThreads,
"Memory" : 2400,
"SizePerEvent" : 1234,
"TimePerEvent" : 1
"TimePerEvent" : 0.1
}

self.defaultHarvest={
Expand Down Expand Up @@ -199,7 +199,7 @@ def prepare(self,mReader, directories, mode='init'):
thisLabel=self.speciallabel
#if 'HARVESTGEN' in s[3]:
if len( [step for step in s[3] if "HARVESTGEN" in step] )>0:
chainDict['TimePerEvent']=0.1
chainDict['TimePerEvent']=0.01
thisLabel=thisLabel+"_gen"
processStrPrefix=''
setPrimaryDs=None
Expand Down

0 comments on commit 055074f

Please sign in to comment.