From f33cc84ac63f3b7daaedf5d7dbb333f90e16b9fa Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 19 Jun 2014 13:39:56 +0000 Subject: [PATCH] Fortran: disable the descriptor-based mpi_f08 prototype It will come back someday. cmr=v1.8.2:ticket=trac:4736 This commit was SVN r32044. The following Trac tickets were found above: Ticket 4736 --> https://svn.open-mpi.org/trac/ompi/ticket/4736 --- config/ompi_configure_options.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ompi_configure_options.m4 b/config/ompi_configure_options.m4 index d163d5d839..fcb3d85e36 100644 --- a/config/ompi_configure_options.m4 +++ b/config/ompi_configure_options.m4 @@ -265,7 +265,10 @@ AS_IF([test $OMPI_WANT_FORTRAN_USEMPIF08_BINDINGS -eq 0], [AC_MSG_RESULT([none (use mpi_f08 disabled)])], [AS_IF([test "$enable_mpi_f08_subarray_prototype" = "yes"], [OMPI_BUILD_FORTRAN_F08_SUBARRAYS=1 - AC_MSG_RESULT([extra crispy (subarray prototype)])], + AC_MSG_RESULT([extra crispy (subarray prototype)]) + AC_MSG_WARN([Sorry, the subarray prototype is no longer available]) + AC_MSG_WARN([Contact your favorite OMPI developer and ask for it to be re-enabled]) + AC_MSG_ERROR([Cannot continue])], [AC_MSG_RESULT([regular (no subarray support)])]) ]) AC_DEFINE_UNQUOTED([OMPI_BUILD_FORTRAN_F08_SUBARRAYS],