Skip to content

Commit

Permalink
CarpetX: remove blosc compression from OpenPMD string options
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Nov 26, 2024
1 parent 81e426f commit a5ef84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CarpetX/src/io_openpmd.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,19 @@ 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 a5ef84c

Please sign in to comment.