TextFileWriteFlush
Flush all pending output to a TextFile
Synopsis
int TextFileWriteFlush(TextFile fh)
Input Parameter
- fh
- TextFile handle
Notes
This is a collective routine that must be called by every process in the
communicator that was used to open the TextFile handle fh.
Return value
An error code. Currently, MPI_SUCCESS is returned on success and an
MPI error class is returned on failure. A future implementation may
return a user-defined MPI error code.