MAPL_ProfEnable Subroutine

public subroutine MAPL_ProfEnable(RC)

Arguments

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

Calls

proc~~mapl_profenable~~CallsGraph proc~mapl_profenable MAPL_ProfEnable proc~mapl_return MAPL_Return proc~mapl_profenable->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_ProfEnable(RC)
      integer, optional, intent(OUT)   :: RC

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

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

      _RETURN(ESMF_SUCCESS)
      
    end subroutine MAPL_ProfEnable