MPI 04.00 Reference >> mpiPlatform
mpiPlatformFileValidate
Declaration
MPI_RESULT mpiPlatformFileValidate(MPI_FILE file);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiPlatformFileValidate verifies the file handle is valid. If the file handle is not valid, it will return a FILE_OPEN_ERROR.
file | The handle of the file. |
---|
Return Values |
---|
MPIMessageOK |
MPIMessageFILE_OPEN_ERROR |