Closed wkliao closed 3 months ago
Starting from MPI 4.0 standard, MPI datatypes can be constructed using the large-count APIs. This PR call MPI_Type_get_envelope_c to check if such datatypes are passed from the users. If yes, it uses the proper datatype metadata to decode.
MPI_Type_get_envelope_c
Starting from MPI 4.0 standard, MPI datatypes can be constructed using the large-count APIs. This PR call
MPI_Type_get_envelope_c
to check if such datatypes are passed from the users. If yes, it uses the proper datatype metadata to decode.