Unverified Commit 99e7b2d5 authored by pnorbert's avatar pnorbert Committed by GitHub
Browse files

Merge pull request #966 from pnorbert/fix_iotest

remove zfp operator from xml to avoid conflict with builds without zfp
parents 6b66ce78 85cbbf02
Loading
Loading
Loading
Loading
+3 −35
Original line number Diff line number Diff line
@@ -7,48 +7,16 @@
        <engine type="HDF5"/>
        <engine type="SST"/>
        <engine type="InSituMPI"/>

        DataMan is more elaborate with a transport and IP address required
        <io name="heat">
        <engine type="DataMan">
                <parameter key="Blocking" value="no"/>
            </engine>

            <transport type="WAN">
                <parameter key="Library" value="ZMQ"/>
                <parameter key="IPAddress" value="127.0.0.1"/>
            </transport>
        </io>
     -->

    <!-- example operators and operations
        Operators are defined in the adios-config group.
        Operations go inside an IO group (but not inside engine group)
    
    <operator name="CompressorZFP" type="zfp"/>
    <operator name="CompressorSZ" type="sz"/>

    <io name="io_T1">
        <variable name="a">
            <operation operator="CompressorZFP">
                <parameter key="accuracy" value="0.0001"/>
            </operation>
        </variable>
    </io>

    -->

    <!--===========================================
        Create an operator inside the ADIOS object 
        ===========================================-->
    <operator name="CompressorZFP" type="zfp"/>

    <!--===========================================
           Configuration for io_T1 group
        ==========================================-->

    <io name="io_T1">
        <engine type="SST">
        <engine type="BPFile">
        </engine>
    </io>

@@ -58,7 +26,7 @@
        =========================================-->
    
    <io name="io_T2">
        <engine type="SST">
        <engine type="BPFile">
        </engine>
    </io>

+1 −33
Original line number Diff line number Diff line
@@ -7,42 +7,10 @@
        <engine type="HDF5"/>
        <engine type="SST"/>
        <engine type="InSituMPI"/>

        DataMan is more elaborate with a transport and IP address required
        <io name="heat">
        <engine type="DataMan">
                <parameter key="Blocking" value="no"/>
            </engine>

            <transport type="WAN">
                <parameter key="Library" value="ZMQ"/>
                <parameter key="IPAddress" value="127.0.0.1"/>
            </transport>
        </io>
     -->

    <!-- example operators and operations
        Operators are defined in the adios-config group.
        Operations go inside an IO group (but not inside engine group)
    
    <operator name="CompressorZFP" type="zfp"/>
    <operator name="CompressorSZ" type="sz"/>

    <io name="io_T1">
        <variable name="a">
            <operation operator="CompressorZFP">
                <parameter key="accuracy" value="0.0001"/>
            </operation>
        </variable>
    </io>

    -->

    <!--===========================================
        Create an operator inside the ADIOS object 
        ===========================================-->
    <operator name="CompressorZFP" type="zfp"/>

    <!--===========================================
           Configuration for io_T1 group
        ==========================================-->