[MOAB-dev] commit/MOAB: danwu: If --enable-mbzoltan is configured, HAVE_ZOLTAN macro should be defined for the Makefile in test/parallel.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 7 13:26:25 CST 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/c423daac76e3/
Changeset:   c423daac76e3
Branch:      master
User:        danwu
Date:        2013-11-07 20:25:59
Summary:     If --enable-mbzoltan is configured, HAVE_ZOLTAN macro should be defined for the Makefile in test/parallel.

Affected #:  1 file

diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index d611c7b..648c829 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -11,20 +11,23 @@ AM_CPPFLAGS += -DIS_BUILDING_MB \
                -I$(top_srcdir)/src \
                -I$(top_srcdir)/src/parallel \
                -I$(top_srcdir)/src/io/mhdf/include
-               
+
 if ENABLE_mbcoupler
   AM_CPPFLAGS += -I$(top_srcdir)/tools/mbcoupler \
                  -I$(top_srcdir)/itaps \
                  -I$(top_srcdir)/itaps/imesh \
                  -I$(top_builddir)/itaps/imesh \
-                 -I$(top_srcdir)/src/moab/point_locater/lotte 
-  
+                 -I$(top_srcdir)/src/moab/point_locater/lotte
 endif
 
 if ENABLE_mbcslam
   AM_CPPFLAGS += -I$(top_srcdir)/tools/mbcslam
 endif
 
+if ENABLE_mbzoltan
+  AM_CPPFLAGS += -DHAVE_ZOLTAN
+endif
+
 # Run parallel tests in parallel
 if USE_MPIEXEC
   LOG_COMPILER = ${MPIEXEC}

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list