- AC_MSG_RESULT([$OMPI_F90_BUILD_SIZE]), only if F90-bindings enabled.
- All user output is named Fortran... This commit was SVN r20784.
Этот коммит содержится в:
родитель
cf9db6bb3c
Коммит
e4ebd56722
@ -16,7 +16,7 @@ dnl $HEADER$
|
||||
dnl
|
||||
|
||||
AC_DEFUN([OMPI_F77_CHECK_LOGICAL_ARRAY],[
|
||||
AC_CACHE_CHECK([for correct handling of FORTRAN logical arrays],
|
||||
AC_CACHE_CHECK([for correct handling of Fortran logical arrays],
|
||||
[ompi_cv_f77_logical_array_correct],
|
||||
[if test "$1" = "none" -o "$OMPI_WANT_F77_BINDINGS" = "0"; then
|
||||
ompi_cv_f77_logical_array_correct=yes
|
||||
|
@ -22,7 +22,7 @@ dnl
|
||||
AC_DEFUN([OMPI_F77_CHECK_TYPE],[
|
||||
AS_VAR_PUSHDEF([type_var], [ompi_cv_f77_have_$1])
|
||||
|
||||
# Determine FORTRAN datatype size.
|
||||
# Determine Fortran datatype size.
|
||||
# First arg is type, 2nd arg is config var to define
|
||||
AC_CACHE_CHECK([if Fortran 77 compiler supports $1], type_var,
|
||||
[AC_LANG_PUSH([Fortran 77])
|
||||
|
@ -18,14 +18,14 @@ dnl
|
||||
|
||||
# OMPI_F77_GET_VALUE_TRUE()
|
||||
# -------------------------------------------------------
|
||||
# Determine the value of .TRUE. of this FORTRAN compiler.
|
||||
# Determine the value of .TRUE. of this Fortran compiler.
|
||||
AC_DEFUN([OMPI_F77_GET_VALUE_TRUE],[
|
||||
# invalidate cache if result came from a run where F77 was disabled
|
||||
if test "$ompi_cv_f77_true_value" = "0" ; then
|
||||
unset ompi_cv_f77_true_value
|
||||
fi
|
||||
|
||||
AC_CACHE_CHECK([FORTRAN value for .TRUE. logical type],
|
||||
AC_CACHE_CHECK([Fortran value for .TRUE. logical type],
|
||||
[ompi_cv_f77_true_value],
|
||||
[if test "$1" = "none" -o "$OMPI_WANT_F77_BINDINGS" = "0" ; then
|
||||
ompi_cv_f77_true_value=0
|
||||
|
@ -22,7 +22,7 @@ dnl
|
||||
AC_DEFUN([OMPI_F90_CHECK_TYPE],[
|
||||
AS_VAR_PUSHDEF([type_var], [ompi_cv_f90_have_$1])
|
||||
|
||||
# Determine FORTRAN datatype size.
|
||||
# Determine Fortran datatype size.
|
||||
# First arg is type, 2nd arg is config var to define
|
||||
|
||||
AC_CACHE_CHECK([if Fortran 90 compiler supports $1], type_var,
|
||||
|
@ -265,7 +265,9 @@ AM_CONDITIONAL([OMPI_WANT_BUILD_F90_LARGE],
|
||||
[test "$OMPI_F90_BUILD_SIZE" = "large"])
|
||||
|
||||
AC_SUBST(OMPI_F90_BUILD_SIZE)
|
||||
AC_MSG_RESULT([$OMPI_F90_BUILD_SIZE])
|
||||
if test "$OMPI_WANT_F90_BINDINGS" != "0"; then
|
||||
AC_MSG_RESULT([$OMPI_F90_BUILD_SIZE])
|
||||
fi
|
||||
|
||||
#
|
||||
# MPI profiling
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user