ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/interface_implementation/Globals.cpp
(Generate patch)

Comparing trunk/mdtools/interface_implementation/Globals.cpp (file contents):
Revision 160 by mmeineke, Wed Oct 30 22:38:22 2002 UTC vs.
Revision 173 by mmeineke, Mon Nov 11 17:25:15 2002 UTC

# Line 798 | Line 798 | int Globals::hash( char* text ){
798               "There has been an overflow error in the Globals' hash key.");
799      painCave.isFatal = 1;
800      simError();
801 + #ifdef IS_MPI
802 +    if( painCave.isEventLoop ){
803 +      if( worldRank == 0 ) mpiInterfaceExit();
804 +    }
805 + #endif //is_mpi
806    }
807    
808    return key;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines