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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:11:18 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit d9f7f3693bb9e5f0687812585f061a9389ddef5a
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Apr 22 03:05:31 2014 +0200

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


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

d9f7f3693bb9e5f0687812585f061a9389ddef5a
 configure    | 8 ++++----
 configure.ac | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index a13c501..3db1a87 100755
--- a/configure
+++ b/configure
@@ -6121,10 +6121,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 0055323..0111ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,9 +164,9 @@ AC_CHECK_HEADER(emmintrin.h,AC_DEFINE([HAVE_EMMINTRIN],[1],[Define if emmintrin.
 AC_CHECK_HEADER(xmmintrin.h,AC_DEFINE([HAVE_XMMINTRIN],[1],[Define if xmmintrin.h]))
 AC_LANG_POP(C)
 
-CIT_FC_MPI_MODULE([mpif.h], [$MPIFC], [$FLAGS_CHECK], [:], [
-    AC_MSG_FAILURE([cannot compile a trivial MPI program using $MPIFC])
-])
+# CIT_FC_MPI_MODULE([mpif.h], [$MPIFC], [$FLAGS_CHECK], [:], [
+#     AC_MSG_FAILURE([cannot compile a trivial MPI program using $MPIFC])
+# ])
 
 # Checks for libraries.
 



More information about the CIG-COMMITS mailing list