<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>So it seems that this fix solved the moab-intel build!<br>Thanks!<br>http://gnep.mcs.anl.gov:8010/builders/moab-intel<br><br>Iulian<br><br><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">1 new commit in MOAB:<br><br>https://bitbucket.org/fathomteam/moab/commits/6a19421bba55/<br>Changeset:   6a19421bba55<br>Branch:      master<br>User:        tautges<br>Date:        2013-05-22 21:06:09<br>Summary:     Backing out changes from 732016a that changed how fortran apps were linked.<br>Too many machine dependencies in this approach, and ended up not fixing<br>probs on IBM BG.<br><br>Affected #:  3 files<br><br>diff --git a/config/compiler.m4 b/config/compiler.m4<br>index e869c33..81596a6 100644<br>--- a/config/compiler.m4<br>+++ b/config/compiler.m4<br>@@ -126,8 +126,6 @@ fi<br> if test "xno" != "x$CHECK_FC"; then<br>   AC_PROG_FC<br>   AC_PROG_F77<br>-  AC_F77_LIBRARY_LDFLAGS<br>-  AC_FC_LIBRARY_LDFLAGS<br> fi<br> <br> ]) # FATHOM_CHECK_COMPILERS<br><br>diff --git a/configure.ac b/configure.ac<br>index 1524b06..c9d6387 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -67,14 +67,6 @@ if test "xyes" = "x$ENABLE_FORTRAN" && test "x" != "x$FC"; then<br>   AC_FC_WRAPPERS<br> fi<br> <br>-if test "xyes" = "x$ENABLE_FORTRAN" && test "x" != "x$FLIBS"; then<br>-   LIBS="$LIBS $FLIBS"<br>-fi<br>-<br>-if test "xyes" = "x$ENABLE_FORTRAN" && test "x" != "x$FCLIBS"; then<br>-   LIBS="$LIBS $FCLIBS"<br>-fi<br>-<br> ################################################################################<br> #                           Check for need for extra flags to support cray pointers<br> ################################################################################<br>@@ -1230,10 +1222,10 @@ AC_OUTPUT<br> AC_MSG_RESULT([C:   $CC $CFLAGS $CPPFLAGS])<br> AC_MSG_RESULT([C++: $CXX $CXXFLAGS $CPPFLAGS])<br> if test "x" != "x$FC"; then<br>-  AC_MSG_RESULT([Fortran: $FC $FCFLAGS])<br>+  AC_MSG_RESULT([Fortran90: $FC $FCFLAGS])<br> fi<br> if test "x" != "x$F77"; then<br>-  AC_MSG_RESULT([Fortran: $F77 $FFLAGS])<br>+  AC_MSG_RESULT([Fortran77: $F77 $FFLAGS])<br> fi<br> <br> if test "x$HAVE_HDF5" = "xno"; then<br><br>diff --git a/itaps/imesh/Makefile.am b/itaps/imesh/Makefile.am<br>index 97c76bb..647b8c1 100644<br>--- a/itaps/imesh/Makefile.am<br>+++ b/itaps/imesh/Makefile.am<br>@@ -45,9 +45,6 @@ if PARALLEL<br> #  ftest_DEPENDENCIES = libiMesh.la $(top_builddir)/libMOAB.la <br> endif<br> <br>-FCLINK = $(CXXLINK)<br>-F77LINK = $(CXXLINK)<br>-<br> TESTS = $(check_PROGRAMS)<br> LDADD = libiMesh.la $(top_builddir)/src/libMOAB.la ${MOAB_CXX_LINKFLAGS} ${MOAB_CXX_LIBS}<br> TESTDEPS = libiMesh.la $(top_builddir)/src/libMOAB.la<br><br>Repository URL: https://bitbucket.org/fathomteam/moab/<br><br>--<br><br>This is a commit notification from bitbucket.org. You are receiving<br>this because you have the service enabled, addressing the recipient of<br>this email.<br></blockquote><br></div></body></html>