File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -6506,30 +6506,21 @@ TEST_CASE("append_mode", "[serial]")
65066506 }
65076507 }
65086508})END" ;
6509- std::cout << " Append mode ADIOS2 group-based old schema."
6510- << std::endl;
65116509 append_mode (
65126510 " ../samples/append_groupbased." + t, false , jsonConfigOld);
6513- std::cout << " Append mode ADIOS2 group-based new schema."
6514- << std::endl;
65156511 append_mode (
65166512 " ../samples/append_variablebased." + t, false , jsonConfigNew);
6517- std::cout << " Append mode ADIOS2 variable-based old schema."
6518- << std::endl;
65196513 append_mode (
65206514 " ../samples/append_groupbased_newschema." + t,
65216515 true ,
65226516 jsonConfigOld);
6523- std::cout << " Append mode ADIOS2 variable-based new schema."
6524- << std::endl;
65256517 append_mode (
65266518 " ../samples/append_variablebased_newschema." + t,
65276519 true ,
65286520 jsonConfigNew);
65296521 }
65306522 else
65316523 {
6532- std::cout << " Append mode ending '" << t << " '" << std::endl;
65336524 append_mode (" ../samples/append_groupbased." + t, false );
65346525 }
65356526 }
You can’t perform that action at this time.
0 commit comments