| 68 |
|
#ifdef IS_MPI |
| 69 |
|
#define MPI_REALTYPE MPI_FLOAT |
| 70 |
|
#define MPI_REALTYPE_INT MPI_FLOAT_INT |
| 71 |
– |
// Leave MPI:: namespace out for use by Communicator: |
| 72 |
– |
//#define REALTYPE FLOAT |
| 73 |
– |
//#define REALTYPE_INT FLOAT_INT |
| 71 |
|
#endif |
| 72 |
|
#else |
| 73 |
|
typedef double RealType; |
| 74 |
|
#ifdef IS_MPI |
| 75 |
|
#define MPI_REALTYPE MPI_DOUBLE |
| 76 |
|
#define MPI_REALTYPE_INT MPI_DOUBLE_INT |
| 80 |
– |
// Leave MPI:: namespace out for use by Communicator: |
| 81 |
– |
//#define REALTYPE DOUBLE |
| 82 |
– |
//#define REALTYPE_INT DOUBLE_INT |
| 77 |
|
#endif |
| 78 |
|
#endif |
| 79 |
|
|