Skip to content

Commit f88949f

Browse files
committed
Missed these
1 parent 5a20101 commit f88949f

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0"?>
2+
<!-- Config XML file fo the
3+
- adios2_simulations_heatTransferWrite
4+
- adios2_simulations_heatTransferRead
5+
executables in build/bin -->
6+
7+
<adios-config>
8+
9+
<!--====================================
10+
Configuration for the Writer
11+
====================================-->
12+
13+
<io name="writer">
14+
<engine type="SST">
15+
</engine>
16+
</io>
17+
18+
19+
<!--======================================
20+
Configuration for the Reader Input
21+
======================================-->
22+
23+
<io name="readerInput">
24+
<engine type="SST">
25+
</engine>
26+
</io>
27+
28+
29+
<!--=======================================
30+
Configuration for the Reader output
31+
=======================================-->
32+
33+
<io name="readerOutput">
34+
<engine type="BPFile">
35+
</engine>
36+
</io>
37+
38+
</adios-config>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0"?>
2+
<!-- Config XML file fo the
3+
- adios2_simulations_heatTransferWrite
4+
- adios2_simulations_heatTransferRead
5+
executables in build/bin -->
6+
7+
<adios-config>
8+
9+
<!--====================================
10+
Configuration for the Writer
11+
====================================-->
12+
13+
<io name="writer">
14+
<engine type="SST">
15+
<!--parameter key="DataTransport" value="rdma"-->
16+
</engine>
17+
</io>
18+
19+
20+
<!--======================================
21+
Configuration for the Reader Input
22+
======================================-->
23+
24+
<io name="readerInput">
25+
<engine type="SST">
26+
<!--parameter key="DataTransport" value="rdma"-->
27+
</engine>
28+
</io>
29+
30+
31+
<!--=======================================
32+
Configuration for the Reader output
33+
=======================================-->
34+
35+
<io name="readerOutput">
36+
<engine type="BPFile">
37+
</engine>
38+
</io>
39+
40+
</adios-config>

0 commit comments

Comments
 (0)