Change BPFile to BP4 in adios config so that streaming through files is enabled
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user