Skip to content

Commit

Permalink
Use ScaLAPACK as default library for diagonalization even if ELPA is …
Browse files Browse the repository at this point in the history
…available (see #1444)
  • Loading branch information
mkrack committed Mar 31, 2021
1 parent 3f6ef6b commit b7f0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_cp2k_global.F
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SUBROUTINE create_global_section(section)
keyword, __LOCATION__, name="PREFERRED_DIAG_LIBRARY", &
description="Specifies the DIAGONALIZATION library to be used. If not available, the standard scalapack is used", &
usage="PREFERRED_DIAG_LIBRARY ELPA", &
default_i_val=default_diag, &
default_i_val=do_diag_sl, &
enum_i_vals=(/do_diag_sl, do_diag_elpa/), &
enum_c_vals=s2a("SL", "ELPA"), &
enum_desc=s2a("Standard (Sca)LAPACK: syevd", "ELPA"), &
Expand Down

0 comments on commit b7f0d6a

Please sign in to comment.