Skip to content
Snippets Groups Projects
Commit c8945ee3 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 07/12/2021: OpenACC: fix: remove acc loop independent if atomic not...

Philippe 07/12/2021: OpenACC: fix: remove acc loop independent if atomic not set (to compute correctly)
Ideally, the loop independent + atomic should be set but nvhpc 21.9 crashes
parent 3bb137c5
No related branches found
No related tags found
No related merge requests found
......@@ -664,7 +664,7 @@ DO WHILE (ANY(ZREMAINT>0.))
ENDIF
!$acc kernels
ZMAX_TSTEP(:,:) = ZREMAINT(:,:)
!$acc loop independent private(JI,JJ,JK,JL)
!acc loop independent private(JI,JJ,JK,JL)
DO CONCURRENT( JL = 1 : ISEDIM )
JI=I1(JL)
JJ=I2(JL)
......
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