Skip to content

Commit

Permalink
Revert "CarpetX: remove blosc compression from OpenPMD string options"
Browse files Browse the repository at this point in the history
This reverts commit a5ef84c.
  • Loading branch information
rhaas80 committed Nov 26, 2024
1 parent 7c28c8b commit 4a2377c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CarpetX/src/io_openpmd.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,13 @@ const std::string options = R"EOS(
"adios2": {
"dataset": {
"operators": [
)EOS"
#ifdef ADIOS2_HAVE_BLOSC2
R"EOS(
{
"type": "blosc",
"parameters": {
"clevel": "9",
"doshuffle": "BLOSC_SHUFFLE"
}
}
)EOS"
#endif
R"EOS(
]
}
}
Expand Down

0 comments on commit 4a2377c

Please sign in to comment.