Skip to content

Commit

Permalink
Move set uniform range to after SIMD OMP directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
cianciosa committed May 31, 2024
1 parent e58b7aa commit 4d26592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/korc_ppusher.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6390,10 +6390,10 @@ subroutine advance_GCinterp_psi_vars(pchunk,spp,pp,tt,params,random,Y_R,Y_PHI,Y_

end do

CALL random%uniform%set(0.0_rp,1.0_rp)

!$OMP END SIMD

CALL random%uniform%set(0.0_rp,1.0_rp)

!write(6,*) 'Y',Y_R*params%cpp%length,Y_PHI,Y_Z*params%cpp%length
!write(6,*) 'Y0',Y_R0*params%cpp%length,Y_PHI0,Y_Z0*params%cpp%length
!write(6,*) 'flagCon0,flagCon',flagCon0,flagCon
Expand Down

0 comments on commit 4d26592

Please sign in to comment.