Skip to content

Commit

Permalink
remove temporary write statement
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Oct 19, 2023
1 parent 732d3b9 commit 6953572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,6 @@ subroutine WrapGlobalSeedDispersal(this,is_restart_flag)

! Check to see if we are not in a threaded region. Fail the run if this returns true.
#ifdef _OPENMP
write(iulog,*) 'omp check: ', omp_in_parallel()
if (omp_in_parallel()) then
call endrun(msg='clmfates interface error: MPI routine called within threaded region'//&
errMsg(sourcefile, __LINE__))
Expand Down

0 comments on commit 6953572

Please sign in to comment.