z_bpack_defs::z_proctree Type Reference

**** binary process tree More...

Collaboration diagram for z_bpack_defs::z_proctree:

Public Attributes

integer nlevel =-1
 number of tree levels More...
 
integer comm = MPI_COMM_NULL
 MPI communicator for all processes in this tree. More...
 
integer nproc = 0
 

of processes in this tree

More...
 
integer myid = 0
 MPI Rank in Comm. More...
 
type(z_procgroup), dimension(:), allocatable pgrp
 tree nodes More...
 
complex(kind=8), dimension(:), allocatable send_buff_dat
 
complex(kind=8), dimension(:), allocatable recv_buff_dat
 needs to be moved: communication buffers needed by Bplus_pack_unpack_for_MPI More...
 

Detailed Description

**** binary process tree

Member Data Documentation

◆ comm

integer z_bpack_defs::z_proctree::comm = MPI_COMM_NULL

MPI communicator for all processes in this tree.

◆ myid

integer z_bpack_defs::z_proctree::myid = 0

MPI Rank in Comm.

◆ nlevel

integer z_bpack_defs::z_proctree::nlevel =-1

number of tree levels

◆ nproc

integer z_bpack_defs::z_proctree::nproc = 0

of processes in this tree

◆ pgrp

type(z_procgroup), dimension(:), allocatable z_bpack_defs::z_proctree::pgrp

tree nodes

◆ recv_buff_dat

complex(kind=8), dimension(:), allocatable z_bpack_defs::z_proctree::recv_buff_dat

needs to be moved: communication buffers needed by Bplus_pack_unpack_for_MPI

◆ send_buff_dat

complex(kind=8), dimension(:), allocatable z_bpack_defs::z_proctree::send_buff_dat

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