Skip to content
Snippets Groups Projects
Commit 847a82cb authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Check for gpskca (profile reduction for ilu(k).

parent afa1c647
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,7 @@ AC_PROG_F77 ...@@ -246,6 +246,7 @@ AC_PROG_F77
# #
AC_F77_LIBRARY_LDFLAGS AC_F77_LIBRARY_LDFLAGS
AC_F77_WRAPPERS
AC_F77_FUNC([dnrm2],[DNRM2_F77_FUNC]) AC_F77_FUNC([dnrm2],[DNRM2_F77_FUNC])
AC_F77_FUNC([daxpy],[DAXPY_F77_FUNC]) AC_F77_FUNC([daxpy],[DAXPY_F77_FUNC])
AC_F77_FUNC([dexpy],[DEXPY_F77_FUNC]) AC_F77_FUNC([dexpy],[DEXPY_F77_FUNC])
...@@ -256,6 +257,7 @@ AC_F77_FUNC([dscal],[DSCAL_F77_FUNC]) ...@@ -256,6 +257,7 @@ AC_F77_FUNC([dscal],[DSCAL_F77_FUNC])
AC_F77_FUNC([dswap],[DSWAP_F77_FUNC]) AC_F77_FUNC([dswap],[DSWAP_F77_FUNC])
AC_F77_FUNC([dxpay],[DXPAY_F77_FUNC]) AC_F77_FUNC([dxpay],[DXPAY_F77_FUNC])
AC_F77_FUNC([drandn],[DRANDN_F77_FUNC]) AC_F77_FUNC([drandn],[DRANDN_F77_FUNC])
AC_F77_FUNC([gpskca],[GPSKCA_F77_FUNC])
AC_SUBST([DNRM2_F77_FUNC]) AC_SUBST([DNRM2_F77_FUNC])
AC_SUBST([DAXPY_F77_FUNC]) AC_SUBST([DAXPY_F77_FUNC])
AC_SUBST([DEXPY_F77_FUNC]) AC_SUBST([DEXPY_F77_FUNC])
...@@ -548,6 +550,9 @@ else ...@@ -548,6 +550,9 @@ else
AC_SUBST([BLAS_ALL_LIBS], []) AC_SUBST([BLAS_ALL_LIBS], [])
fi fi
ALBERTA_CHECK_PACKAGE([gpskca],[gpskca],
[${GPSKCA_F77_FUNC}],[],[${FLIBS}],[],[],[],[optional])
ALBERTA_ENABLE_FLAG([graphics], ALBERTA_ENABLE_FLAG([graphics],
[disable support for visualization, including all add-ons which need graphics.], [disable support for visualization, including all add-ons which need graphics.],
1, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment