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
This serves as an example how we add a new builtin mpi datatype.
1. define the constant in mpi.h.in
2. (optional) define the internal datatype in mpir_datatype.h if there isn't
one already
2a. add alignment in MPIR_Datatype_builtintype_alignment
2b. add mapping in MPII_Typerep_get_yaksa_type
3. define the mapping in configure.ac
4. (optional) define case for the supported reduction op
0 commit comments