Skip to content

Commit

Permalink
Version 5.2.0, Revision 23255, Hash 94511a3
Browse files Browse the repository at this point in the history
MODIFIED *  include/version/version.m4 modules/mod_BS_solvers.F

Bugs:
- [yambo] Removed double definition of variable BSS_slepc_mpd in mod_BS_solvers, due to wrong merge

Patch sent by:  Davide Sangalli <[email protected]>
  • Loading branch information
sangallidavide committed Jun 25, 2024
1 parent 94511a3 commit b06be9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/version/version.m4
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_INIT(Yambo, 5.2.0 r.23251 h.f65caf306, [email protected])
AC_INIT(Yambo, 5.2.0 r.23255 h.94511a32c9, [email protected])
SVERSION="5"
SSUBVERSION="2"
SPATCHLEVEL="0"
SREVISION="23251"
SHASH="f65caf306"
SREVISION="23255"
SHASH="94511a32c9"
AC_SUBST(SVERSION)
AC_SUBST(SSUBVERSION)
AC_SUBST(SPATCHLEVEL)
Expand Down
1 change: 0 additions & 1 deletion src/modules/mod_BS_solvers.F
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ module BS_solvers
character(schlen):: BSS_slepc_precondition !choose slepc eigenvalue precondition method (none,bcgs+jacobi)
character(schlen):: BSS_slepc_extraction !choose slepc eigenvalue extraction method (ritz,harmonic)
integer :: BSS_slepc_ncv !dimension of the subspace
integer :: BSS_slepc_mpd !maximum allowed dimension
integer :: BSS_slepc_maxit !maximum number of iterations
integer :: BSS_slepc_mpd !maximum allowed dimension
real(SP) :: BSS_slepc_tol !tolerance for the iterative solver
Expand Down

0 comments on commit b06be9e

Please sign in to comment.