Neutral Binding
MPI_TYPE_COMMIT(datatype) [ INOUT datatype] datatype that is committed (handle)
C Binding
int MPI_Type_commit(MPI_Datatype *datatype)
FORTRAN Binding
MPI_TYPE_COMMIT(DATATYPE, IERROR) INTEGER DATATYPE, IERROR
C++ Binding (in the MPI:: namespace)
void Datatype::Commit()
|
|