PSCF v1.1
|
Default MpiTraits class. More...
#include <MpiTraits.h>
Static Public Attributes | |
static const bool | hasType |
Is the MPI type initialized? More... | |
static const MPI::Datatype | type |
MPI Datatype (dummy - unused) More... | |
Additional Inherited Members | |
![]() | |
static const MPI::Datatype | type = MPI::CHAR |
MPI Datatype (dummy - unused) More... | |
static const bool | hasType = false |
Is the MPI type initialized? More... | |
Default MpiTraits class.
Each explicit specialization of MpiTraits has a public static const member named type. This is the MPI data type associated with the C++ template type parameter.
Definition at line 39 of file MpiTraits.h.
|
static |
Is the MPI type initialized?
Definition at line 28 of file MpiTraits.h.
|
static |
MPI Datatype (dummy - unused)
Definition at line 27 of file MpiTraits.h.
Referenced by pscfpp.field.Field::__init__(), pscfpp.field.Field::__str__(), and pscfpp.field.Field::read().