ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/simError.h
(Generate patch)

Comparing trunk/mdtools/headers/simError.h (file contents):
Revision 155 by mmeineke, Thu Oct 24 20:40:49 2002 UTC vs.
Revision 164 by mmeineke, Tue Nov 5 22:04:46 2002 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines