Changeset 23374
- Timestamp:
- 10/02/18 14:21:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h
r23357 r23374 79 79 80 80 #else 81 #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_)82 #define ISSM_MPI_DOUBLE AMPI_ADOUBLE // corresponds to IssmDouble81 #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_) 82 #define ISSM_MPI_DOUBLE AMPI_ADOUBLE 83 83 #else 84 #define ISSM_MPI_DOUBLE MPI_DOUBLE // corresponds to IssmDouble84 #define ISSM_MPI_DOUBLE MPI_DOUBLE 85 85 #endif 86 #define ISSM_MPI_PDOUBLE MPI_DOUBLE // corresponds to IssmPDouble86 #define ISSM_MPI_PDOUBLE MPI_DOUBLE 87 87 #define ISSM_MPI_INT MPI_INT 88 88 #define ISSM_MPI_CHAR MPI_CHAR
Note:
See TracChangeset
for help on using the changeset viewer.