MAPL_ProfDisable Subroutine

public subroutine MAPL_ProfDisable(RC)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: RC

Calls

proc~~mapl_profdisable~~CallsGraph proc~mapl_profdisable MAPL_ProfDisable proc~mapl_return MAPL_Return proc~mapl_profdisable->proc~mapl_return at at proc~mapl_return->at insert insert proc~mapl_return->insert proc~mapl_throw_exception MAPL_throw_exception proc~mapl_return->proc~mapl_throw_exception

Source Code

    subroutine MAPL_ProfDisable(RC)
      integer, optional, intent(OUT)   :: RC

      character(len=ESMF_MAXSTR), parameter :: IAm="MAPL_ProfDisable"

      !$omp master
      DISABLED = .true.
      !$omp end master

      _RETURN(ESMF_SUCCESS)
      
    end subroutine MAPL_ProfDisable