[MOAB-dev] commit/MOAB: iulian07: advection should compile without cgm
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed May 7 11:10:33 CDT 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/cab676c64f03/
Changeset: cab676c64f03
Branch: master
User: iulian07
Date: 2014-05-07 18:08:25
Summary: advection should compile without cgm
stdc++ libraies were missing, if compiled just with mpif90
need to understand better the dependencies for linking moab / imesh with
fortran90 code
Affected #: 2 files
diff --git a/src/io/NCHelperGCRM.cpp b/src/io/NCHelperGCRM.cpp
index 7229aeb..30f6b86 100644
--- a/src/io/NCHelperGCRM.cpp
+++ b/src/io/NCHelperGCRM.cpp
@@ -28,7 +28,7 @@ NCHelperGCRM::NCHelperGCRM(ReadNC* readNC, int fileId, const FileOptions& opts,
{
// Ignore variables containing topological information
ignoredVarNames.insert("grid");
- // ignoredVarNames.insert("cell_corners"); this is actually needed
+ ignoredVarNames.insert("cell_corners");
ignoredVarNames.insert("cell_edges");
ignoredVarNames.insert("edge_corners");
ignoredVarNames.insert("cell_neighbors");
diff --git a/tools/mbcslam/Makefile.am b/tools/mbcslam/Makefile.am
index ffc3dff..66644a7 100644
--- a/tools/mbcslam/Makefile.am
+++ b/tools/mbcslam/Makefile.am
@@ -70,7 +70,7 @@ if PARALLEL
cslam_par_test_SOURCES = cslam_par_test.cpp
intx_mpas_SOURCES = intx_mpas.cpp
advection_SOURCES = advection.F90
- advection_LDADD = $(LDADD) $(top_builddir)/itaps/imesh/libiMesh.la
+ advection_LDADD = $(LDADD) $(top_builddir)/itaps/imesh/libiMesh.la -lstdc++
endif
EXTRA_DIST = lagrangeHomme.vtk \
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