z_bpack_defs::z_commquant1d Type Reference

**** communication buffer for all to all communication More...

Collaboration diagram for z_bpack_defs::z_commquant1d:

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...
 

Detailed Description

**** communication buffer for all to all communication

Member Data Documentation

◆ active

integer z_bpack_defs::z_commquant1d::active =0

whether this communication pair is active

◆ dat

complex(kind=8), dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat

communication buffer

◆ dat_i

integer, dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat_i

communication buffer

◆ dat_pk

type(z_dat_pack), dimension(:, :), allocatable z_bpack_defs::z_commquant1d::dat_pk

communication buffer

◆ offset

integer z_bpack_defs::z_commquant1d::offset =-1

offset in my local array

◆ offset_md

integer, dimension(:), allocatable z_bpack_defs::z_commquant1d::offset_md

offset in my local array (tensor)

◆ size

integer z_bpack_defs::z_commquant1d::size =0

size of the message along first dimension

◆ size_i

integer z_bpack_defs::z_commquant1d::size_i =0

size of the message along first dimension

◆ size_md

integer, dimension(:), allocatable z_bpack_defs::z_commquant1d::size_md

size of the message along first dimensions (tensor)


The documentation for this type was generated from the following file: