m_zeit Module


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: MWTIME = 1
integer, public, parameter :: XWTIME = 2
integer, public, parameter :: PUTIME = 4
integer, public, parameter :: PSTIME = 8
integer, public, parameter :: CUTIME = 16
integer, public, parameter :: CSTIME = 32
integer, public, parameter :: ALLTIME = MWTIME+XWTIME+PUTIME+PSTIME+CUTIME+CSTIME
integer, public, parameter :: UWRATE = 64

Interfaces

public interface zeit_ci

  • private subroutine ci_(name)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: name

public interface zeit_co

  • private subroutine co_(name, tms)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: name
    real(kind=8), intent(out), optional, dimension(0:5,0:1) :: tms

public interface zeit_flush

  • private subroutine flush_(lu, umask)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: lu
    integer, intent(in), optional :: umask

public interface zeit_allflush

  • private subroutine allflush_(comm, root, lu, umask)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: comm
    integer, intent(in) :: root
    integer, intent(in) :: lu
    integer, intent(in), optional :: umask

public interface zeit_reset

  • private subroutine reset_()

    Arguments

    None