You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling MPI_File_delete to delete a non-exiting file, the error class
MPI_ERR_NO_SUCH_FILE is expected to return. However, when I tested
2.0.1 release, I got MPI_SUCCESS returned instead.