configure.ac, `WARNING: PSS analysis enabled'
This commit is contained in:
parent
d9ae95f962
commit
9819c17813
|
|
@ -856,6 +856,7 @@ if test "x$enable_pzdebug" = xyes; then
|
||||||
fi
|
fi
|
||||||
if test "x$enable_pss" = xyes; then
|
if test "x$enable_pss" = xyes; then
|
||||||
AC_DEFINE([WITH_PSS], [], [Define if you want PSS analysis])
|
AC_DEFINE([WITH_PSS], [], [Define if you want PSS analysis])
|
||||||
|
AC_MSG_RESULT(WARNING: PSS analysis enabled)
|
||||||
fi
|
fi
|
||||||
if test "x$enable_blktmsdebug" = xyes; then
|
if test "x$enable_blktmsdebug" = xyes; then
|
||||||
AC_DEFINE([D_DBG_BLOCKTIMES], [], [Define if we want debug distortion analysis (BLOCKTIMES)])
|
AC_DEFINE([D_DBG_BLOCKTIMES], [], [Define if we want debug distortion analysis (BLOCKTIMES)])
|
||||||
|
|
@ -1116,10 +1117,6 @@ elif (test "$enable_superlu" = "yes" && test "$enable_umfpack" = "yes") ; then
|
||||||
AC_MSG_ERROR(ERROR: SuperLU and UMFPACK can't be enabled together at the moment)
|
AC_MSG_ERROR(ERROR: SuperLU and UMFPACK can't be enabled together at the moment)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$enable_pss" = "yes"; then
|
|
||||||
AC_MSG_RESULT(WARNING: PSS analysis enabled)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Output Files
|
# Output Files
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue