Skip to content

Commit

Permalink
Merge pull request dmwm#4777 from amaltaro/hg1309-reqmgr-templates
Browse files Browse the repository at this point in the history
added two json templates for reqmgr client, for hg1309
  • Loading branch information
ericvaandering committed Sep 13, 2013
2 parents 098fa5e + ca9a9f7 commit ff7df20
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
66 changes: 66 additions & 0 deletions test/data/ReqMgr/requests/MonteCarlo_GENSIM.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"createRequest":
{
"Requestor": "Requestor-OVERRIDE-ME",
"CMSSWVersion": "CMSSW_5_3_11_patch2",
"GlobalTag": "START53_V7C::All",
"Campaign": "Campaign-OVERRIDE-ME",
"RequestString": "RequestString-OVERRIDE-ME",
"RequestPriority": 100000,
"FilterEfficiency": 1.0,
"ScramArch": "slc5_amd64_gcc462",
"RequestType": "MonteCarlo",
"RequestNumEvents": 100000,
"ConfigCacheID": "3aace33e941e6f98842901bcc93a4b9a",
"ConfigCacheUrl": "https://cmsweb.cern.ch/couchdb",
"PrimaryDataset": "GluGluToHTohhTo4B_mH-350_mh-125_8TeV-pythia6-tauola",
"PrepID": "HIG-Summer12-01637",
"Group": "DATAOPS",
"TotalTime": 28800,
"TimePerEvent": 70,
"Memory": 2300,
"SizePerEvent": 1058,
"LheInputFiles": "False",
"EventsPerJob": 300,
"EventsPerLumi": 100
},

"changeSplitting":
{
"Production" :
{
"SplittingAlgo" : "EventBased",
"EventsPerJob" : 400,
"include_parents" : "False"
}
},

"assignRequest":
{
"SiteWhitelist": "SiteWhitelist-OVERRIDE-ME",
"SiteBlacklist": [],
"MergedLFNBase": "/store/mc",
"UnmergedLFNBase": "/store/unmerged",
"MinMergeSize": 2147483648,
"MaxMergeSize": 4294967296,
"MaxMergeEvents": 50000,
"AcquisitionEra": "AcquisitionEra-OVERRIDE-ME",
"ProcessingVersion": 1,
"ProcessingString" : "ProcessingString-OVERRIDE-ME",
"maxRSS": 4294967296,
"maxVSize": 4294967296,
"SoftTimeout": 129600,
"GracePeriod": 300,
"dashboard": "test",
"Team": "Team--OVERRIDE-ME",
"CustodialSites": [],
"NonCustodialSites": [],
"AutoApproveSubscriptionSites": [],
"SubscriptionPriority": "Low",
"CustodialSubType" : "Move",
"BlockCloseMaxWaitTime" : 28800,
"BlockCloseMaxFiles" : 500,
"BlockCloseMaxEvents" : 25000000,
"BlockCloseMaxSize" : 5000000000000
}
}
55 changes: 55 additions & 0 deletions test/data/ReqMgr/requests/MonteCarlo_LHE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"createRequest":
{
"Requestor": "Requestor-OVERRIDE-ME",
"CMSSWVersion": "CMSSW_5_3_11_patch2",
"GlobalTag": "START53_V7C::All",
"Campaign": "Campaign-OVERRIDE-ME",
"RequestString": "RequestString-OVERRIDE-ME",
"RequestPriority": 10000,
"ScramArch": "slc5_amd64_gcc462",
"RequestType": "MonteCarlo",
"RequestNumEvents": 6800000,
"ConfigCacheID": "257e4aed124cf9501bd4417f10ffb27b",
"ConfigCacheUrl": "https://cmsweb.cern.ch/couchdb",
"PrimaryDataset": "SMS-T1qqqq_2J_mGo-1050to1100_mLSP-675to1075_TuneZ2star_8TeV-madgraph-tauola",
"PrepID": "SUS-Summer12pLHE-00053",
"Group": "DATAOPS",
"TotalTime": 28800,
"TimePerEvent": 1,
"Memory": 2300,
"SizePerEvent": 1,
"LheInputFiles": "True",
"EventsPerJob": 500000,
"EventsPerLumi": 300
},

"assignRequest":
{
"SiteWhitelist": "SiteWhitelist-OVERRIDE-ME",
"SiteBlacklist": [],
"MergedLFNBase": "/store/generator",
"UnmergedLFNBase": "/store/unmerged",
"MinMergeSize": 2147483648,
"MaxMergeSize": 4294967296,
"MaxMergeEvents": 4000000,
"AcquisitionEra": "AcquisitionEra-OVERRIDE-ME",
"ProcessingVersion": 1,
"ProcessingString" : "ProcessingString-OVERRIDE-ME",
"maxRSS": 4294967296,
"maxVSize": 4294967296,
"SoftTimeout": 129600,
"GracePeriod": 300,
"dashboard": "test",
"Team": "Team--OVERRIDE-ME",
"CustodialSites": [],
"NonCustodialSites": [],
"AutoApproveSubscriptionSites": [],
"SubscriptionPriority": "Low",
"CustodialSubType" : "Move",
"BlockCloseMaxWaitTime" : 28800,
"BlockCloseMaxFiles" : 5,
"BlockCloseMaxEvents" : 20000000,
"BlockCloseMaxSize" : 5000000000000
}
}

0 comments on commit ff7df20

Please sign in to comment.