block_buffer_type Derived Type

type, private :: block_buffer_type


Components

Type Visibility Attributes Name Initial
integer, public :: ndim = -1
integer, public :: nblock = -1
integer, public, DIMENSION(:, :), ALLOCATABLE :: indx
real(kind=real_8), public, DIMENSION(:), ALLOCATABLE :: msg_r_dp
real(kind=real_4), public, DIMENSION(:), ALLOCATABLE :: msg_r_sp
complex(kind=real_8), public, DIMENSION(:), ALLOCATABLE :: msg_c_dp
complex(kind=real_4), public, DIMENSION(:), ALLOCATABLE :: msg_c_sp
integer, public :: data_type = -1
integer, public :: endpos = -1