Change BPFile to BP4 in adios config so that streaming through files is enabled

This commit is contained in:
Podhorszki Norbert
2020-01-20 14:35:51 -05:00
parent 50062d6a44
commit 95d3b9e708
2 changed files with 17 additions and 8 deletions

View File

@ -3,14 +3,14 @@
<!-- example engines <!-- example engines
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="10"/> <parameter key="substreams" value="10"/>
</engine> </engine>
<engine type="HDF5"> <engine type="HDF5">
The 'substreams' parameter in BPFile controls how many The 'substreams' parameter in BP4 controls how many
files on disk are created. This number should be proportional files on disk are created. This number should be proportional
to the number of servers in the parallel file system, to the number of servers in the parallel file system,
NOT to the number of processes. NOT to the number of processes.
@ -22,7 +22,7 @@
====================================================--> ====================================================-->
<io name="atom"> <io name="atom">
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="1"/> <parameter key="substreams" value="1"/>
</engine> </engine>
</io> </io>
@ -32,7 +32,7 @@
====================================================--> ====================================================-->
<io name="custom"> <io name="custom">
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="1"/> <parameter key="substreams" value="1"/>
</engine> </engine>
</io> </io>

View File

@ -3,14 +3,14 @@
<!-- example engines <!-- example engines
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="10"/> <parameter key="substreams" value="10"/>
</engine> </engine>
<engine type="HDF5"> <engine type="HDF5">
The 'substreams' parameter in BPFile controls how many The 'substreams' parameter in BP4 controls how many
files on disk are created. This number should be proportional files on disk are created. This number should be proportional
to the number of servers in the parallel file system, to the number of servers in the parallel file system,
NOT to the number of processes. NOT to the number of processes.
@ -35,7 +35,7 @@
====================================================--> ====================================================-->
<io name="atom"> <io name="atom">
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="1"/> <parameter key="substreams" value="1"/>
</engine> </engine>
</io> </io>
@ -45,10 +45,19 @@
====================================================--> ====================================================-->
<io name="custom"> <io name="custom">
<engine type="BPFile"> <engine type="BP4">
<parameter key="substreams" value="1"/> <parameter key="substreams" value="1"/>
</engine> </engine>
</io> </io>
<!--====================================================
Configuration for the read_dump adios command
====================================================-->
<io name="read_dump">
<engine type="BP4">
<parameter key="OpenTimeoutSecs" value="10.0"/>
</engine>
</io>
</adios-config> </adios-config>