Skip to content

Commit

Permalink
Merge pull request #966 from pnorbert/fix_iotest
Browse files Browse the repository at this point in the history
remove zfp operator from xml to avoid conflict with builds without zfp
  • Loading branch information
pnorbert committed Oct 30, 2018
2 parents 6b66ce7 + 85cbbf0 commit 99e7b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
38 changes: 3 additions & 35 deletions source/utils/adios_iotest/iotest-config/coupling2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<engine type="DataMan">
-->

<!--===========================================
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>

Expand All @@ -58,7 +26,7 @@
=========================================-->

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

Expand Down
34 changes: 1 addition & 33 deletions source/utils/adios_iotest/iotest-config/pipe2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<engine type="DataMan">
-->

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

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

0 comments on commit 99e7b2d

Please sign in to comment.