MPITraits for std::complex
This MR adds the MPITraits for std::complex<float>
, std::complex<double>
and std::complex<long double>
that map to the MPI_Datatype
s MPI_CXX_FLOAT_COMPLEX
MPI_CXX_DOUBLE_COMPLEX
and MPI_CXX_LONG_DOUBLE_COMPLEX
.