9#ifndef _fei_mpiTraits_hpp_
10#define _fei_mpiTraits_hpp_
12#include <fei_macros.hpp>
29 static MPI_Datatype
mpi_type() {
return(MPI_CHAR);};
37 static MPI_Datatype
mpi_type() {
return(MPI_FLOAT);};
45 static MPI_Datatype
mpi_type() {
return(MPI_DOUBLE);};
53 static MPI_Datatype
mpi_type() {
return(MPI_INT);};
61 static MPI_Datatype
mpi_type() {
return(MPI_LONG);};
64#ifdef EIGHT_BYTE_GLOBAL_ID
68 struct mpiTraits<GlobalID> {
70 static MPI_Datatype mpi_type() {
return(MPI_LONG_LONG);};
static MPI_Datatype mpi_type()
static MPI_Datatype mpi_type()
static MPI_Datatype mpi_type()
static MPI_Datatype mpi_type()
static MPI_Datatype mpi_type()