From 4a2377c1621bc06f836e64a09c83f9dd50618286 Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Tue, 26 Nov 2024 11:01:26 -0600 Subject: [PATCH] Revert "CarpetX: remove blosc compression from OpenPMD string options" This reverts commit a5ef84c127dcc702cee4d7c999e5849eb49ba3f6. --- CarpetX/src/io_openpmd.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CarpetX/src/io_openpmd.cxx b/CarpetX/src/io_openpmd.cxx index 988d0ea9a..864c68af4 100644 --- a/CarpetX/src/io_openpmd.cxx +++ b/CarpetX/src/io_openpmd.cxx @@ -126,9 +126,6 @@ const std::string options = R"EOS( "adios2": { "dataset": { "operators": [ -)EOS" -#ifdef ADIOS2_HAVE_BLOSC2 -R"EOS( { "type": "blosc", "parameters": { @@ -136,9 +133,6 @@ R"EOS( "doshuffle": "BLOSC_SHUFFLE" } } -)EOS" -#endif -R"EOS( ] } }