Skip to content

Commit

Permalink
A bit more logging for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Sep 25, 2024
1 parent 938b33e commit cda15d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Superstructure/StateReconcile/src/ESMF_StateReconcile.F90
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,15 @@ subroutine ESMF_StateReconcile(state, vm, rc)

if (isNoop) then
call ESMF_LogWrite("returning early with isNoop=.true.", ESMF_LOGMSG_DEBUG, rc=localrc)
#if 1
! successful early return because of NOOP condition
if (present(rc)) rc = ESMF_SUCCESS
return
#endif
endif

call ESMF_LogWrite("continue with isNoop=.false.", ESMF_LOGMSG_DEBUG, rc=localrc)

! Each PET broadcasts the object ID lists and compares them to what
! they get back. Missing objects are sent so they can be recreated
! on the PETs without those objects as "proxy" objects. Eventually
Expand Down

0 comments on commit cda15d3

Please sign in to comment.