Skip to content

Commit

Permalink
RC v7.3.1 2024-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Fonari committed Jun 28, 2024
1 parent 00bdc90 commit 7f2e3fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/qe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
!
! global version number
!
CHARACTER (LEN=6) :: version_number = '7.3.1'
CHARACTER (LEN=13) :: version_number = '7.3.1_2024-3'
2 changes: 1 addition & 1 deletion upflib/ylmr2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subroutine ylmr2 (lmax2, ng, g, gg, ylm)
! local variables
!
real(DP), parameter :: eps = 1.0d-9
integer, parameter :: maxl = 14
integer, parameter :: maxl = 20
real(DP) :: cost , sent, phi
real(DP) :: c, gmod
integer :: lmax, ig, l, m, lm, lm1, lm2
Expand Down
2 changes: 1 addition & 1 deletion upflib/ylmr2_gpu.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module ylmr2_gpum
! CUDA Kernel version

use cudafor
INTEGER, PARAMETER :: maxl = 14
INTEGER, PARAMETER :: maxl = 20
contains
attributes(global) subroutine ylmr2_gpu_kernel (lmax,lmax2, ng, g, gg, ylm)
implicit none
Expand Down

0 comments on commit 7f2e3fa

Please sign in to comment.