[MOAB-dev] r3003 - MOAB/trunk/parallel

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Jul 13 18:42:27 CDT 2009


Author: kraftche
Date: 2009-07-13 18:42:27 -0500 (Mon, 13 Jul 2009)
New Revision: 3003

Modified:
   MOAB/trunk/parallel/MBParallelComm.cpp
Log:
#undef DEBUG_MPE because it breaks build: configure doesn't add -lpme to link options

Modified: MOAB/trunk/parallel/MBParallelComm.cpp
===================================================================
--- MOAB/trunk/parallel/MBParallelComm.cpp	2009-07-13 23:36:43 UTC (rev 3002)
+++ MOAB/trunk/parallel/MBParallelComm.cpp	2009-07-13 23:42:27 UTC (rev 3003)
@@ -44,7 +44,7 @@
 const unsigned int INITIAL_BUFF_SIZE = 1024;
 const int MAX_BCAST_SIZE = (1<<28);
 
-#define DEBUG_MPE
+#undef DEBUG_MPE
 #ifdef DEBUG_MPE
 #include "mpe.h"
 int IFACE_START, IFACE_END;



More information about the moab-dev mailing list