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 178 by mmeineke, Mon Nov 18 21:24:02 2002 UTC

# Line 4 | Line 4
4  
5   #include "Globals.hpp"
6   #include "simError.h"
7 + #ifdef IS_MPI
8 + #include "mpiBASS.h"
9 + #endif // is_mpi
10  
11   /*
12   * The following section lists all of the defined tokens for the
# Line 798 | Line 801 | int Globals::hash( char* text ){
801               "There has been an overflow error in the Globals' hash key.");
802      painCave.isFatal = 1;
803      simError();
804 + #ifdef IS_MPI
805 +    if( painCave.isEventLoop ){
806 +      if( worldRank == 0 ) mpiInterfaceExit();
807 +    }
808 + #endif //is_mpi
809    }
810    
811    return key;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines