Changeset 17665
- Timestamp:
- 04/08/14 08:51:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h
r17627 r17665 87 87 template <class T> ISSM_MPI_Datatype TypeToMPIType(){assert(false);}; 88 88 template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmDouble>(){return ISSM_MPI_DOUBLE;}; 89 #if _HAVE_ADOLC_90 template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmPDouble>(){return ISSM_MPI_PDOUBLE;};91 #endif92 89 template <> inline ISSM_MPI_Datatype TypeToMPIType<int>(){return ISSM_MPI_INT;}; 93 90 template <> inline ISSM_MPI_Datatype TypeToMPIType<char>(){return ISSM_MPI_CHAR;};
Note:
See TracChangeset
for help on using the changeset viewer.