Commit 95d3b9e7 authored by Podhorszki Norbert's avatar Podhorszki Norbert
Browse files

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

parent 50062d6a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>
+13 −4
Original line number Diff line number Diff line
@@ -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>