Skip to content
Snippets Groups Projects
Commit eb42875f authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 01/02/2023:ZSOLVER/dotprod.f90, OpenACC OPT, remove update host(ZDOTPROD)...

Juan 01/02/2023:ZSOLVER/dotprod.f90, OpenACC OPT, remove update host(ZDOTPROD) + use SUM_DD_R2_ll_DEVICE
parent 68952cbf
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,8 @@ ZDOTPROD(:,:) = 0.
END DO
!$mnh_end_do()
!$acc end parallel
!$acc update host(ZDOTPROD)
PDOTPROD = SUM_DD_R2_ll(ZDOTPROD)
! acc update host(ZDOTPROD)
PDOTPROD = SUM_DD_R2_ll_DEVICE(ZDOTPROD)
!JUAN16
#ifndef MNH_OPENACC
DEALLOCATE(ZDOTPROD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment