TRIQS/mpi 1.3.0
C++ interface to MPI
|
#include <mpi/datatypes.hpp>
Create an MPI_Datatype
from some struct.
It is assumed that there is a free function tie_data
which returns a tuple containing the data members of the given type. The intended use is as a base class for a specialization of mpi::mpi_type:
T | Type to be converted to an MPI_Datatype . |
Definition at line 166 of file datatypes.hpp.