MPIR_Type_dup
create a copy of a datatype
- Provided by: mpich-doc (Version: 3.3.2-2build1)
- Source: mpich
- Report a bug
create a copy of a datatype
#undef FUNCNAME #define FUNCNAME MPIR_Type_dup #undef FCNAME #define FCNAME MPL_QUOTE(FUNCNAME) int MPIR_Type_dup(MPI_Datatype oldtype, MPI_Datatype * newtype)
0 on success, MPI error code on failure.