[cig-commits] [commit] devel: commented out the "compile a trivial MPI program" test, which is not needed and which makes "configure" crash on several machines (cffa1be)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Apr 21 18:11:29 PDT 2014


Repository : ssh://geoshell/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/8e867a1c3d90be203eda1b44c7de283ba53127a7...32bed13f841e61bacdbd35fb1e0cde9c161a6931

>---------------------------------------------------------------

commit cffa1be52d73f4d4b1bf9f4d1689fc350267ed12
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Apr 22 03:10:42 2014 +0200

    commented out the "compile a trivial MPI program" test, which is not needed and which makes "configure" crash on several machines


>---------------------------------------------------------------

cffa1be52d73f4d4b1bf9f4d1689fc350267ed12
 configure    |  8 ++++----
 configure.ac | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure b/configure
index 80b9ab7..e704c5f 100755
--- a/configure
+++ b/configure
@@ -5744,10 +5744,10 @@ else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
-        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot compile a trivial MPI program using $MPIFC
-See \`config.log' for more details" "$LINENO" 5; }
+#         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+# $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+# as_fn_error $? "cannot compile a trivial MPI program using $MPIFC
+# See \`config.log' for more details" "$LINENO" 5; }
 
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
diff --git a/configure.ac b/configure.ac
index 94f4f2b..c618d7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,11 +218,11 @@ fi
 
 # Checks for header files.
 
-if test "$want_mpi" = yes; then
-    CIT_FC_MPI_MODULE([mpif.h], [$MPIFC], [$DEF_FFLAGS], [], [
-        AC_MSG_FAILURE([cannot compile a trivial MPI program using $MPIFC])
-    ])
-fi
+# if test "$want_mpi" = yes; then
+#     CIT_FC_MPI_MODULE([mpif.h], [$MPIFC], [$DEF_FFLAGS], [], [
+#         AC_MSG_FAILURE([cannot compile a trivial MPI program using $MPIFC])
+#     ])
+# fi
 
 # Checks for typedefs, structures, and compiler characteristics.
 



More information about the CIG-COMMITS mailing list