Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
file.c: fix uninitialized mutex in MPI_File handle
We were initializing the mutex in file_open, but that didn't handle MPI_FILE_NULL. So we move it to the constructor, and therefore it's always initialized for all file handles -- even MPI_FILE_NULL. Signed-off-by: George Bosilca <bosilca@icl.utk.edu> Signed-off-by: Jeff Squyres <jeff@squyres.com>
- Loading branch information