Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jan 15, 2025
1 parent d90774d commit 7860923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ doshuffle = "BLOSC_BITSHUFFLE"
[adios2]
unused = "parameter"
attribute_writing_ranks = 0
"use_group_table = true"
use_group_table = true
[adios2.engine]
type = "bp4"
unused = "as well"
Expand Down
4 changes: 2 additions & 2 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5174,9 +5174,9 @@ TEST_CASE("bp4_steps", "[serial][adios2]")
std::string bp4 = R"(
{
"ADIOS2": {
"use_group_table": true,
"engine": {
"type": "bp4",
"use_group_table": true
"type": "bp4"
}
}
}
Expand Down

0 comments on commit 7860923

Please sign in to comment.