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 184 by mmeineke, Thu Nov 21 20:33:06 2002 UTC

# Line 3 | Line 3
3  
4   #define MAX_SIM_ERROR_MSG_LENGTH 2000
5  
6 + #define TESTWRITE 2
7 +
8   struct errorStruct {
9    char errMsg[MAX_SIM_ERROR_MSG_LENGTH];
10    int isFatal;
# Line 13 | Line 15 | struct errorStruct {
15  
16   } painCave;
17  
18 + #ifdef IS_MPI
19 + char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH];
20 +
21 + int worldRank;
22 + #endif
23 +
24   #ifdef __cplusplus
25   extern "C" {
26   #endif // __cplusplus
# Line 24 | Line 32 | extern "C" {
32  
33   #ifdef IS_MPI
34    
35 <  void checkMPIError( void );
35 >  void MPIcheckPoint( void );
36    
37   #endif // IS_MPI
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines