File tree Expand file tree Collapse file tree 2 files changed +78
-0
lines changed
examples/simulations/heatTransfer Expand file tree Collapse file tree 2 files changed +78
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments