Merge branch 'confifox' into 'develop'

Incorrect syntax in scalapack config file

See merge request QEF/q-e!1900
This commit is contained in:
giannozz 2022-07-01 14:29:54 +00:00
commit 4553e3b1c1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ done
# Enable QRCP with scalapack if --with-scalapack-qrcp==yes is set. # Enable QRCP with scalapack if --with-scalapack-qrcp==yes is set.
AC_ARG_WITH(scalapack, AC_ARG_WITH(scalapack,
[AS_HELP_STRING([--with-scalapack-qrcp], [AS_HELP_STRING([--with-scalapack-qrcp],
[(yes|no) Run QRCP with scalapack. Requires ScaLAPACK >= 2.1.0 or MKL >= 2020. (default: no)], [(yes|no) Run QRCP with scalapack. Requires ScaLAPACK >= 2.1.0 or MKL >= 2020. (default: no)])],
[if test "$withval" = "yes" ; then [if test "$withval" = "yes" ; then
with_scalapack_qrcp=1 with_scalapack_qrcp=1
else else