mp_perf_type Derived Type

type, private :: mp_perf_type


Components

Type Visibility Attributes Name Initial
character(len=20), public :: name
integer, public :: count
real(kind=dp), public :: msg_size

Source Code

   TYPE mp_perf_type
      CHARACTER(LEN=20) :: name
      INTEGER :: count
      REAL(KIND=dp) :: msg_size
   END TYPE mp_perf_type