[cgma-dev] r4128 - cgm/trunk/geom/parallel
hongjun at mcs.anl.gov
hongjun at mcs.anl.gov
Mon Sep 20 13:20:47 CDT 2010
Author: hongjun
Date: 2010-09-20 13:20:47 -0500 (Mon, 20 Sep 2010)
New Revision: 4128
Modified:
cgm/trunk/geom/parallel/Makefile.am
Log:
o USE_MPI is defined to make paralle CGM built
Modified: cgm/trunk/geom/parallel/Makefile.am
===================================================================
--- cgm/trunk/geom/parallel/Makefile.am 2010-09-20 16:55:48 UTC (rev 4127)
+++ cgm/trunk/geom/parallel/Makefile.am 2010-09-20 18:20:47 UTC (rev 4128)
@@ -4,6 +4,10 @@
-I$(ACIS_DIR)/include \
$(MPI_INCLUDE)
+if USE_MPI
+ AM_CPPFLAGS += -DUSE_MPI
+endif
+
# The name of the library to build
noinst_LTLIBRARIES =
if BUILD_CGM
More information about the cgma-dev
mailing list