**** 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... | |
real(kind=4), dimension(:, :), allocatable | dat |
communication buffer More... | |
integer, dimension(:, :), allocatable | dat_i |
communication buffer More... | |
type(s_dat_pack), dimension(:, :), allocatable | dat_pk |
communication buffer More... | |
**** communication buffer for all to all communication
integer s_bpack_defs::s_commquant1d::active =0 |
whether this communication pair is active
real(kind=4), dimension(:, :), allocatable s_bpack_defs::s_commquant1d::dat |
communication buffer
integer, dimension(:, :), allocatable s_bpack_defs::s_commquant1d::dat_i |
communication buffer
type(s_dat_pack), dimension(:, :), allocatable s_bpack_defs::s_commquant1d::dat_pk |
communication buffer
integer s_bpack_defs::s_commquant1d::offset =-1 |
offset in my local array
integer, dimension(:), allocatable s_bpack_defs::s_commquant1d::offset_md |
offset in my local array (tensor)
integer s_bpack_defs::s_commquant1d::size =0 |
size of the message along first dimension
integer s_bpack_defs::s_commquant1d::size_i =0 |
size of the message along first dimension
integer, dimension(:), allocatable s_bpack_defs::s_commquant1d::size_md |
size of the message along first dimensions (tensor)