Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | rc |
subroutine ESMF_TraceClose(rc) ! !ARGUMENTS: integer, intent(out), optional :: rc ! ! !DESCRIPTION: ! Close the tracing infrastructure, flushing any ! outstanding events to disk. Once closed, a trace ! cannot be re-opened. ! !EOPI !------------------------------------------------------------------------------- if (present(rc)) rc = ESMF_SUCCESS call c_esmftrace_close(rc) if (ESMF_LogFoundError(rc, ESMF_ERR_PASSTHRU, & ESMF_CONTEXT, rcToReturn=rc)) return end subroutine ESMF_TraceClose