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.
2 parents 37df78b + 94a2a11 commit 2ed4f4fCopy full SHA for 2ed4f4f
config/opal_summary.m4
@@ -49,7 +49,11 @@ EOF
49
elif test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_USEMPI_BINDINGS ; then
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
- echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08" >&AS_MESSAGE_FD
+ if test $OMPI_FORTRAN_HAVE_TS -eq 1; then
53
+ 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(NOT including TS 29113 support)" >&AS_MESSAGE_FD
56
+ fi
57
else
58
echo "Build MPI Fortran bindings: no" >&AS_MESSAGE_FD
59
fi
0 commit comments