[cgma-dev] r5975 - in cgm/trunk: . itaps
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Tue Feb 5 22:14:57 CST 2013
Author: iulian
Date: 2013-02-05 22:14:56 -0600 (Tue, 05 Feb 2013)
New Revision: 5975
Modified:
cgm/trunk/Makefile.am
cgm/trunk/itaps/Makefile.am
Log:
this should fix the cgm trunk / cubit 13.1 build with mpi
itaps test partes works fine in parallel
Modified: cgm/trunk/Makefile.am
===================================================================
--- cgm/trunk/Makefile.am 2013-02-05 16:53:33 UTC (rev 5974)
+++ cgm/trunk/Makefile.am 2013-02-06 04:14:56 UTC (rev 5975)
@@ -45,7 +45,7 @@
geom/libcubit_geom.la \
util/libcubit_util.la
else
- CORE_CGM_LIBS = geom/libcubit_geom.la $(CGM_ll_LIB)
+ CORE_CGM_LIBS = $(CGM_ll_LIB)
endif
SUBDIRS = compat amendment util geom init . $(igeom_DIR) test cgm_apps
Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am 2013-02-05 16:53:33 UTC (rev 5974)
+++ cgm/trunk/itaps/Makefile.am 2013-02-06 04:14:56 UTC (rev 5975)
@@ -41,6 +41,7 @@
if USE_MPI
AM_CPPFLAGS += -I$(top_srcdir)/geom/parallel -DUSE_MPI
+ libiGeom_la_LIBADD += $(top_builddir)/geom/parallel/libcubit_parallel.la
endif
libiGeom_la_SOURCES = \
More information about the cgma-dev
mailing list