Skip to content

Commit d85e612

Browse files
committed
PR feedback
Signed-off-by: Howard Pritchard <[email protected]>
1 parent b80306d commit d85e612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_summary.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ EOF
5050
echo "Build MPI Fortran bindings: mpif.h, use mpi" >&AS_MESSAGE_FD
5151
elif test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_USEMPIF08_BINDINGS ; then
5252
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
53+
echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08(including TS 29113 support)" >&AS_MESSAGE_FD
5454
else
55-
echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08" >&AS_MESSAGE_FD
55+
echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08(NOT including TS 29113 support)" >&AS_MESSAGE_FD
5656
fi
5757
else
5858
echo "Build MPI Fortran bindings: no" >&AS_MESSAGE_FD

0 commit comments

Comments
 (0)