**** communication buffer for all to all communication More...
Public Attributes | |
integer | offset =-1 |
offset in my local array More... | |
integer | size =0 |
size of the message along first dimension More... | |
integer | size_i =0 |
size of the message along first dimension More... | |
integer | active =0 |
whether this communication pair is active More... | |
integer, dimension(:), allocatable | offset_md |
offset in my local array (tensor) More... | |
integer, dimension(:), allocatable | size_md |
size of the message along first dimensions (tensor) More... | |
complex(kind=8), dimension(:, :), allocatable | dat |
communication buffer More... | |
integer, dimension(:, :), allocatable | dat_i |
communication buffer More... | |
type(z_dat_pack), dimension(:, :), allocatable | dat_pk |
communication buffer More... | |
**** communication buffer for all to all communication
integer z_bpack_defs::z_commquant1d::active =0 |
whether this communication pair is active
complex(kind=8), dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat |
communication buffer
integer, dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat_i |
communication buffer
type(z_dat_pack), dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat_pk |
communication buffer
integer z_bpack_defs::z_commquant1d::offset =-1 |
offset in my local array
integer, dimension(:), allocatable z_bpack_defs::z_commquant1d::offset_md |
offset in my local array (tensor)
integer z_bpack_defs::z_commquant1d::size =0 |
size of the message along first dimension
integer z_bpack_defs::z_commquant1d::size_i =0 |
size of the message along first dimension
integer, dimension(:), allocatable z_bpack_defs::z_commquant1d::size_md |
size of the message along first dimensions (tensor)