Skip to content

Commit eeddb7a

Browse files
committed
ompi_setup_mpi_fortran.m4: add more verbosity
Add a little more to the verbose messages from d7e6daf.
1 parent fcb7fc6 commit eeddb7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ompi_setup_mpi_fortran.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,11 @@ AC_DEFUN([OMPI_SETUP_MPI_FORTRAN],[
377377
AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \
378378
test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS],
379379
[ # If we don't have PMPI, we won't build mpi_f08 at all
380-
AC_MSG_CHECKING([whether PMPI is enabled])
380+
AC_MSG_CHECKING([whether PMPI is enabled (needed for mpi_f08)])
381381
AS_IF([test $WANT_MPI_PROFILING -eq 1],
382382
[AC_MSG_RESULT([yes])],
383383
[OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS
384-
AC_MSG_RESULT([no])])])
384+
AC_MSG_RESULT([no (cannot build mpi_f08)])])])
385385

386386
# The overall "_BIND_C" variable will be set to 1 if we have all
387387
# the necessary forms of BIND(C)

0 commit comments

Comments
 (0)