Skip to content

Commit 12a7d10

Browse files
authored
ExtToHybrid parallel example
1 parent e4a7c3d commit 12a7d10

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"mode": "parallel",
3+
"generators": [
4+
{
5+
"name": "pythia8pp",
6+
"config": ""
7+
},
8+
{
9+
"name": "pythia8pp",
10+
"config": ""
11+
},
12+
{
13+
"name": "pythia8pp",
14+
"config": ""
15+
},
16+
{
17+
"name": "pythia8pp",
18+
"config": ""
19+
},
20+
{
21+
"name": "pythia8pp",
22+
"config": ""
23+
},
24+
{
25+
"name": "pythia8pp",
26+
"config": ""
27+
},
28+
{
29+
"name": "pythia8pp",
30+
"config": ""
31+
},
32+
{
33+
"name": "pythia8pp",
34+
"config": ""
35+
}
36+
],
37+
"fractions": [
38+
1,
39+
1,
40+
1,
41+
1,
42+
1,
43+
1,
44+
1,
45+
1
46+
]
47+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#---> GeneratorExtToHybrid
2+
[GeneratorHybrid]
3+
configFile = ${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/hybrid/exampleparallel.json
4+
switchExtToHybrid = true
5+
num_workers = 8

0 commit comments

Comments
 (0)