--- trunk/mdtools/headers/simError.h 2002/10/24 20:40:49 155 +++ trunk/mdtools/headers/simError.h 2002/11/05 22:04:46 164 @@ -13,6 +13,12 @@ struct errorStruct { } painCave; +#ifdef IS_MPI +char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH]; + +int worldRank; +#endif + #ifdef __cplusplus extern "C" { #endif // __cplusplus @@ -24,7 +30,7 @@ extern "C" { #ifdef IS_MPI - void checkMPIError( void ); + void MPIcheckPoint( void ); #endif // IS_MPI