From df5fa556c884d58011ebc9da630ad6b5bc27dd40 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Sat, 13 Mar 2021 11:29:40 -0600 Subject: [PATCH] reset testcomm to world_comm since it can be used in finalize callbacks. (#344) Signed-off-by: Mohamad Chaarawi --- src/mdtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mdtest.c b/src/mdtest.c index cae0ea9..72985c4 100644 --- a/src/mdtest.c +++ b/src/mdtest.c @@ -2546,6 +2546,7 @@ mdtest_results_t * mdtest_run(int argc, char **argv, MPI_Comm world_com, FILE * } MPI_Group_free(&worldgroup); + testComm = world_com; if (created_root_dir && o.remove_only && o.backend->rmdir(o.testdirpath, o.backend_options) != 0) { FAIL("Unable to remove test directory path %s", o.testdirpath);