free an MPI communicator (#1503)

This commit is contained in:
Wei-keng Liao 2022-03-17 09:52:20 -05:00 committed by GitHub
parent b9846d1749
commit 34442f3740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -888,6 +888,7 @@ test_split_comm_access(char filenames[][PATH_MAX])
mrc = MPI_File_delete(filenames[color], info);
assert(mrc == MPI_SUCCESS);
}
MPI_Comm_free(&comm);
}
/*