Skip to content

Commit

Permalink
Downgrade check for ELPA kernel_default to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 10, 2021
1 parent 5c07750 commit 59ac996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fm/cp_fm_elpa.F
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,9 @@ SUBROUTINE cp_fm_diag_elpa_base(matrix, eigenvectors, eigenvalues, rdinfo)
END IF

CALL elpa_obj%set("real_kernel", elpa_kernel, success)
CPASSERT(success == elpa_ok)
IF (success /= elpa_ok) THEN
CPWARN("Setting real_kernel for ELPA failed")
END IF

IF (use_qr) THEN
CALL elpa_obj%set("qr", 1, success)
Expand Down

0 comments on commit 59ac996

Please sign in to comment.