Skip to content

Commit

Permalink
fix selv induced OMP bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TillRasmussen committed Feb 19, 2022
1 parent 55dfe72 commit f286e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/cicedynB/dynamics/ice_dyn_evp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ subroutine evp (dt)
endif ! only subcycle when ndte larger than 1

! ksub = ndte last sub cycling step
!OMP PARALLEL DO PRIVATE(iblk,strtmp) SCHEDULE(runtime)
!$OMP PARALLEL DO PRIVATE(iblk,strtmp) SCHEDULE(runtime)
do iblk = 1, nblocks

! if (trim(yield_curve) == 'ellipse') then
Expand Down

0 comments on commit f286e0b

Please sign in to comment.