Skip to content

Commit

Permalink
update the creation time job splitting samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoann committed Sep 9, 2013
1 parent 4b5bd9a commit 59b46fb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion test/data/ReqMgr/requests/MonteCarlo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"TotalTime": 14400,
"TimePerEvent": 40,
"Memory": 2394,
"SizePerEvent": 512
"SizePerEvent": 512,
"SplittingAlgo" : "EventBased",
"EventsPerJob" : 1400
},

"changeSplitting":
Expand Down
6 changes: 4 additions & 2 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,
"TimePerEvent": 12,
"Memory": 2394,
"SizePerEvent": 512,
"InputDataset": "InputDataset-OVERRIDE-ME",
"RunWhitelist": [],
"RunBlacklist": [],
"BlockWhitelist": [],
"BlockBlacklist": [],
"OpenRunningTimeout" : 0
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "LumiBased",
"LumisPerJob" : 1400
},

"changeSplitting":
Expand Down
4 changes: 3 additions & 1 deletion test/data/ReqMgr/requests/ReDigi.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"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
4 changes: 3 additions & 1 deletion test/data/ReqMgr/requests/ReReco.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"SkimTimePerEvent1" : 4,
"SkimSizePerEvent1" : 200,
"SkimMemory1" : 2394,
"OpenRunningTimeout" : 0
"OpenRunningTimeout" : 0,
"SplittingAlgo" : "EventAwareLumiBased",
"EventsPerJob" : 1400
},

"changeSplitting":
Expand Down

0 comments on commit 59b46fb

Please sign in to comment.