We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80306d commit d85e612Copy full SHA for d85e612
config/opal_summary.m4
@@ -50,9 +50,9 @@ EOF
50
echo "Build MPI Fortran bindings: mpif.h, use mpi" >&AS_MESSAGE_FD
51
elif test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_USEMPIF08_BINDINGS ; then
52
if test $OMPI_FORTRAN_HAVE_TS -eq 1; then
53
- echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08(TS 29113)" >&AS_MESSAGE_FD
+ echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08(including TS 29113 support)" >&AS_MESSAGE_FD
54
else
55
- echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08" >&AS_MESSAGE_FD
+ echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08(NOT including TS 29113 support)" >&AS_MESSAGE_FD
56
fi
57
58
echo "Build MPI Fortran bindings: no" >&AS_MESSAGE_FD
0 commit comments