Skip to content

Commit

Permalink
Remove unnecessary attributes(device) declaration to fix compilation …
Browse files Browse the repository at this point in the history
…with PGI 19.10.
  • Loading branch information
romerojosh committed Nov 22, 2019
1 parent d515bb8 commit 136b3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PW/src/addusdens.f90
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ subroutine ylmr2_d(lmax2, ng, g, gg, ylm)
integer, intent(in) :: lmax2, ng
real(DP), intent(in) :: g (3, ng), gg (ng)
real(DP), intent(out) :: ylm (ng,lmax2)
attributes(device):: g,gg,Q,ylm
attributes(device):: g,gg,ylm
integer:: lmax
type(dim3):: grid,tBlock

Expand Down

0 comments on commit 136b3af

Please sign in to comment.