[MOAB-dev] r4166 - MOAB/trunk/src
    kraftche at cae.wisc.edu 
    kraftche at cae.wisc.edu
       
    Mon Sep 27 15:27:50 CDT 2010
    
    
  
Author: kraftche
Date: 2010-09-27 15:27:50 -0500 (Mon, 27 Sep 2010)
New Revision: 4166
Modified:
   MOAB/trunk/src/Core.cpp
Log:
never call MPI_Finalize from within MOAB
Modified: MOAB/trunk/src/Core.cpp
===================================================================
--- MOAB/trunk/src/Core.cpp	2010-09-27 20:20:08 UTC (rev 4165)
+++ MOAB/trunk/src/Core.cpp	2010-09-27 20:27:50 UTC (rev 4166)
@@ -259,8 +259,8 @@
       logfile = default_log;
     MPE_Finish_log( logfile );
   }
-  if (mpiFinalize)
-    MPI_Finalize();
+  //if (mpiFinalize)
+  //  MPI_Finalize();
 #endif
 }
 
    
    
More information about the moab-dev
mailing list