Skip to content

Commit

Permalink
Add missing 'OMP END PARALLEL DO' statements
Browse files Browse the repository at this point in the history
These seem to have been missing for a while (forever?).
  • Loading branch information
billsacks committed Sep 3, 2020
1 parent acf0984 commit 8088c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/clm_initializeMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ subroutine initialize2( )
! reset_lake_baselines is irrelevant since reset_all_baselines is true
reset_lake_baselines = .false.)
end do
!$OMP END PARALLEL DO

! ------------------------------------------------------------------------
! Initialize modules (after time-manager initialization in most cases)
Expand Down Expand Up @@ -663,6 +664,7 @@ subroutine initialize2( )
reset_all_baselines = reset_dynbal_baselines_all_columns, &
reset_lake_baselines = reset_dynbal_baselines_lake_columns)
end do
!$OMP END PARALLEL DO

! ------------------------------------------------------------------------
! Initialize nitrogen deposition
Expand Down

0 comments on commit 8088c3c

Please sign in to comment.