Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 12, 2022
1 parent b1886ee commit a7ac0a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6506,30 +6506,21 @@ TEST_CASE("append_mode", "[serial]")
}
}
})END";
std::cout << "Append mode ADIOS2 group-based old schema."
<< std::endl;
append_mode(
"../samples/append_groupbased." + t, false, jsonConfigOld);
std::cout << "Append mode ADIOS2 group-based new schema."
<< std::endl;
append_mode(
"../samples/append_variablebased." + t, false, jsonConfigNew);
std::cout << "Append mode ADIOS2 variable-based old schema."
<< std::endl;
append_mode(
"../samples/append_groupbased_newschema." + t,
true,
jsonConfigOld);
std::cout << "Append mode ADIOS2 variable-based new schema."
<< std::endl;
append_mode(
"../samples/append_variablebased_newschema." + t,
true,
jsonConfigNew);
}
else
{
std::cout << "Append mode ending '" << t << "'" << std::endl;
append_mode("../samples/append_groupbased." + t, false);
}
}
Expand Down

0 comments on commit a7ac0a3

Please sign in to comment.