#include <mpi.h>
#include <complex>
Go to the source code of this file.
|
| par |
| Collection of Generic Parallel Functions: Sorting, Partitioning, Searching,...
|
|
◆ HS_MPIDATATYPE
#define HS_MPIDATATYPE |
( |
|
CTYPE, |
|
|
|
MPITYPE |
|
) |
| |
Value:template <> \
class Mpi_datatype<CTYPE> \
{ \
public: \
static MPI_Datatype value() {\
return MPITYPE;\
} \
};
Definition at line 34 of file dtypes.h.
◆ HS_MPIPAIRDATATYPE
#define HS_MPIPAIRDATATYPE |
( |
|
CTYPE1, |
|
|
|
CTYPE2, |
|
|
|
MPITYPE |
|
) |
| |
Value:template <> \
class Mpi_pairtype<CTYPE1, CTYPE2> \
{ \
public: \
static MPI_Datatype value() {\
return MPITYPE;\
} \
};
Definition at line 62 of file dtypes.h.