From 97932b9c338db7af6d8e00dab7b2ee5162f49b20 Mon Sep 17 00:00:00 2001 From: AbdAmmar Date: Sun, 1 Dec 2024 12:28:34 +0100 Subject: [PATCH] rm timing --- src/RPA/phRRPA_GPU.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RPA/phRRPA_GPU.f90 b/src/RPA/phRRPA_GPU.f90 index 19bc7e5..dcf65d5 100644 --- a/src/RPA/phRRPA_GPU.f90 +++ b/src/RPA/phRRPA_GPU.f90 @@ -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