| # | Line 13 | Line 13 | struct errorStruct { | |
|---|---|---|
| 13 | ||
| 14 | } painCave; | |
| 15 | ||
| 16 | + | #ifdef IS_MPI |
| 17 | + | char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH]; |
| 18 | + | |
| 19 | + | int worldRank; |
| 20 | + | #endif |
| 21 | + | |
| 22 | #ifdef __cplusplus | |
| 23 | extern "C" { | |
| 24 | #endif // __cplusplus | |
| # | Line 24 | Line 30 | extern "C" { | |
| 30 | ||
| 31 | #ifdef IS_MPI | |
| 32 | ||
| 33 | < | void checkMPIError( void ); |
| 33 | > | void MPIcheckPoint( void ); |
| 34 | ||
| 35 | #endif // IS_MPI | |
| 36 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |