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 153 by mmeineke, Tue Oct 22 22:12:39 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
25    
26    int simError( void ); // returns 1 if handled. 0 otherwise.
27  
28 +  void initSimError( void ); // needed to be called from main before anything
29 +                             // goes wrong.
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