#include <mpi.h>
#include <complex>
Go to the source code of this file.
Namespaces | |
| namespace | par |
Classes | |
| class | par::Mpi_datatype< bool > |
| A template specialization of the abstract class Mpi_datatype. This can be used for communicating messages of type "bool". More... | |
| class | par::Mpi_datatype< std::complex< T > > |
Defines | |
| #define | HS_MPIDATATYPE(CTYPE, MPITYPE) |
Definition in file dtypes.h.
|
|
Value: template <> \ class Mpi_datatype<CTYPE> \ { \ public: \ static MPI_Datatype value() {\ return MPITYPE;\ } \ }; |
1.3.9.1