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
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="10"/>
</engine>
<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
to the number of servers in the parallel file system,
NOT to the number of processes.
@ -22,7 +22,7 @@
====================================================-->
<io name="atom">
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="1"/>
</engine>
</io>
@ -32,7 +32,7 @@
====================================================-->
<io name="custom">
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="1"/>
</engine>
</io>

View File

@ -3,14 +3,14 @@
<!-- example engines
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="10"/>
</engine>
<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
to the number of servers in the parallel file system,
NOT to the number of processes.
@ -35,7 +35,7 @@
====================================================-->
<io name="atom">
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="1"/>
</engine>
</io>
@ -45,10 +45,19 @@
====================================================-->
<io name="custom">
<engine type="BPFile">
<engine type="BP4">
<parameter key="substreams" value="1"/>
</engine>
</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>