[cgma-dev] r5059 - cgm/trunk/geom/parallel

hongjun at mcs.anl.gov hongjun at mcs.anl.gov
Thu Jul 14 17:51:03 CDT 2011


Author: hongjun
Date: 2011-07-14 17:51:03 -0500 (Thu, 14 Jul 2011)
New Revision: 5059

Modified:
   cgm/trunk/geom/parallel/Makefile.am
Log:
o HAVE_OCC definition is added not to compile read/write buffer functions only for OCC kernel
o passes make check 


Modified: cgm/trunk/geom/parallel/Makefile.am
===================================================================
--- cgm/trunk/geom/parallel/Makefile.am	2011-07-14 17:01:26 UTC (rev 5058)
+++ cgm/trunk/geom/parallel/Makefile.am	2011-07-14 22:51:03 UTC (rev 5059)
@@ -2,7 +2,8 @@
                -I$(top_srcdir)/geom \
                -I$(top_srcdir)/geom/ACIS \
 	       -I$(ACIS_DIR)/include \
-               $(MPI_INCLUDE)
+               $(MPI_INCLUDE) \
+	       $(HAVE_OCC_DEF)
 
 if USE_MPI
   AM_CPPFLAGS += -DUSE_MPI







































More information about the cgma-dev mailing list