Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dmwm/WMCore into update_r…
Browse files Browse the repository at this point in the history
…equest_splitting
  • Loading branch information
ticoann committed Sep 12, 2013
2 parents 59b46fb + 096c7ae commit e489744
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import threading
import logging
import traceback
from httplib import HTTPException

from WMCore.WorkerThreads.BaseWorkerThread import BaseWorkerThread

Expand Down
2 changes: 1 addition & 1 deletion test/data/ReqMgr/requests/MonteCarlo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Group": "DATAOPS",
"TotalTime": 14400,
"TimePerEvent": 40,
"Memory": 2394,
"Memory": 2000,
"SizePerEvent": 512,
"SplittingAlgo" : "EventBased",
"EventsPerJob" : 1400
Expand Down
2 changes: 1 addition & 1 deletion test/data/ReqMgr/requests/MonteCarloFromGEN.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Group": "DATAOPS",
"TotalTime": 28800,
"TimePerEvent": 12,
"Memory": 2394,
"Memory": 2000,
"SizePerEvent": 512,
"InputDataset": "InputDataset-OVERRIDE-ME",
"RunWhitelist": [],
Expand Down
2 changes: 1 addition & 1 deletion test/data/ReqMgr/requests/ReDigi.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"PrepID": "REDIGITEST-0001",
"Group": "DATAOPS",
"TimePerEvent": 17.5,
"Memory": 2300,
"Memory": 2000,
"SizePerEvent": 342,
"DbsUrl": "http://cmsdbsprod.cern.ch/cms_dbs_prod_global/servlet/DBSServlet",
"MCPileup": "/MinBias_TuneZ2star_8TeV-pythia6/Summer12-START50_V13-v3/GEN-SIM",
Expand Down
4 changes: 2 additions & 2 deletions test/data/ReqMgr/requests/ReReco.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"PrepID": "RERECOTEST-0001",
"Group": "DATAOPS",
"TimePerEvent": 12,
"Memory": 2394,
"Memory": 2000,
"SizePerEvent":500,
"InputDataset": "InputDataset-OVERRIDE-ME",
"nskims": 1,
Expand All @@ -26,7 +26,7 @@
"Skim1ConfigCacheID": "7559cf7a427be20436483f82fd109301",
"SkimTimePerEvent1" : 4,
"SkimSizePerEvent1" : 200,
"SkimMemory1" : 2394,
"SkimMemory1" : 2000,
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "EventAwareLumiBased",
"EventsPerJob" : 1400
Expand Down

0 comments on commit e489744

Please sign in to comment.