Skip to content

Commit

Permalink
fix hang on abort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 10, 2023
1 parent 31b7da6 commit 65aeefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cesm/driver/esmApp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ program esmApp
! Call Run for the ensemble driver
!-----------------------------------------------------------------------------
call ESMF_GridCompRun(ensemble_driver_comp, userRc=urc, rc=rc)
if (ESMF_LogFoundError(rcToCheck=urc, msg=ESMF_LOGERR_PASSTHRU, &
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
line=__LINE__, &
file=__FILE__)) &
call ESMF_Finalize(endflag=ESMF_END_ABORT)
Expand Down

0 comments on commit 65aeefb

Please sign in to comment.