Skip to content

Commit a37c0ec

Browse files
committed
fixes
1 parent 5be3210 commit a37c0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHonon/PH/dvqpsi_us.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ subroutine dvqpsi_us (ik, uact, addnlcc, becp1, alphap)
123123
npwq= ngk(ikq)
124124
nnr = dffts%nnr
125125
!
126-
!$acc data create(aux1(1:nnr),aux2(1:nnr)) copyout(dvpsi) copyin(vlocq) present( igk_k ) deviceptr(evc_d, nl_d)
126+
!$acc data create(aux1(1:nnr),aux2(1:nnr)) copyout(dvpsi) copyin(vlocq) present( igk_k ) deviceptr(evc_d, nl_d, nlp_d)
127127
!$acc kernels present(dvpsi,aux1)
128128
dvpsi(:,:) = (0.d0, 0.d0)
129129
aux1(:) = (0.d0, 0.d0)

0 commit comments

Comments
 (0)