Skip to content

Commit

Permalink
use new ACC multicore routines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler3 committed May 22, 2024
1 parent 191323b commit fde4225
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,11 @@ program main
end if

do it=params%ito,params%t_steps,params%t_skip
#ifdef ACC
call adv_GCinterp_psiwE_top(params,spp,P,F)

#else
call adv_GCinterp_psiwE_top_ACC(params,spp,P,F)
#endif
if (.not.params%LargeCollisions) then
params%time = params%init_time &
+REAL(it-1_ip+params%t_skip,rp)*params%dt
Expand Down

0 comments on commit fde4225

Please sign in to comment.