Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/io: clarify the purpose of MPI_File_delete
We call MPI_File_delete in case there is a leftover testfile, which will interfere with later MPI_File_open. Not checking error return and call "delete" on a seemingly non-existent file is myterious. Add a comment and error checking for maintenance.
- Loading branch information