Skip to content

Commit

Permalink
fix OMP bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickscholz committed Sep 14, 2023
1 parent 1dd2eaa commit b025d82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/oce_ale_ssh_splitexpl_subcycl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,7 @@ subroutine compute_BT_rhs_SE_vtransp(dynamics, partit, mesh)

!___________________________________________________________________________
!$OMP PARALLEL DEFAULT(SHARED) PRIVATE(elem, elnodes, nz, nzmin, nzmax, &
!$OMP Fx, Fy, hh, &
!$OMP vert_sum_u, vert_sum_v, hh)

!___________________________________________________________________________
!$OMP Fx, Fy, hh, vert_sum_u, vert_sum_v)
!$OMP DO
do elem=1, myDim_elem2D
elnodes= elem2D_nodes(:,elem)
Expand Down

0 comments on commit b025d82

Please sign in to comment.