Skip to content

Commit

Permalink
Merge pull request dmwm#4773 from ticoann/update_request_splitting
Browse files Browse the repository at this point in the history
update the creation time job splitting samples
  • Loading branch information
ericvaandering committed Sep 17, 2013
2 parents ff7df20 + e489744 commit 9feb415
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
6 changes: 4 additions & 2 deletions test/data/ReqMgr/requests/MonteCarlo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"Group": "DATAOPS",
"TotalTime": 14400,
"TimePerEvent": 40,
"Memory": 2394,
"SizePerEvent": 512
"Memory": 2000,
"SizePerEvent": 512,
"SplittingAlgo" : "EventBased",
"EventsPerJob" : 1400
},

"changeSplitting":
Expand Down
8 changes: 5 additions & 3 deletions test/data/ReqMgr/requests/MonteCarloFromGEN.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
"PrepID": "MCTEST-LHE-0001",
"Group": "DATAOPS",
"TotalTime": 28800,
"TimePerEvent": 12,
"Memory": 2394,
"TimePerEvent": 12,
"Memory": 2000,
"SizePerEvent": 512,
"InputDataset": "InputDataset-OVERRIDE-ME",
"RunWhitelist": [],
"RunBlacklist": [],
"BlockWhitelist": [],
"BlockBlacklist": [],
"OpenRunningTimeout" : 0
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "LumiBased",
"LumisPerJob" : 1400
},

"changeSplitting":
Expand Down
6 changes: 4 additions & 2 deletions test/data/ReqMgr/requests/ReDigi.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"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",
"OpenRunningTimeout" : 0
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "LumiBased",
"LumisPerJob" : 8
},

"changeSplitting":
Expand Down
8 changes: 5 additions & 3 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,8 +26,10 @@
"Skim1ConfigCacheID": "7559cf7a427be20436483f82fd109301",
"SkimTimePerEvent1" : 4,
"SkimSizePerEvent1" : 200,
"SkimMemory1" : 2394,
"OpenRunningTimeout" : 0
"SkimMemory1" : 2000,
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "EventAwareLumiBased",
"EventsPerJob" : 1400
},

"changeSplitting":
Expand Down

0 comments on commit 9feb415

Please sign in to comment.