mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
free an MPI communicator (#1503)
This commit is contained in:
parent
b9846d1749
commit
34442f3740
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user