Skip to content

Commit

Permalink
Finalize adios to free memory
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Dec 27, 2023
1 parent 58dd36d commit 46cf6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/adios2/engine/bp/TestBPWriteReadBlockInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ TEST_F(BPWriteReadBlockInfo, BPWriteReadBlockInfo1D8_C)
adios2_close(engineR);
adios2_bool remove_result;
adios2_remove_io(&remove_result, adiosH, "ReadIO");
adios2_finalize(adiosH);
}
}

Expand Down

0 comments on commit 46cf6e7

Please sign in to comment.