Skip to content

Commit

Permalink
rm timing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdAmmar committed Dec 1, 2024
1 parent 43ee692 commit 97932b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RPA/phRRPA_GPU.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ subroutine phRRPA_GPU(dotest,TDA,doACFDT,exchange_kernel,singlet,triplet,nBas,nC

!call wall_time(t1)
call ph_drpa_sing(nO, nBas, nS, eHF(1), ERI(1,1,1,1), Om(1), XpY(1,1), XmY(1,1))
call wall_time(t2)
print *, "wall time for dRPA on GPU (sec) = ", t2 - t1
!call wall_time(t2)
!print *, "wall time for dRPA on GPU (sec) = ", t2 - t1
!do ia = 1, nS
! write(111, *) Om(ia)
!enddo
Expand Down

0 comments on commit 97932b9

Please sign in to comment.