(git:c5411e0)
Loading...
Searching...
No Matches
cp_fm_types::copy_info_type Type Reference

Stores the state of a copy between cp_fm_start_copy_general and cp_fm_finish_copy_general. More...

Data Fields

integer send_size = -1
 
integer, dimension(2) nlocal_recv = -1
 
integer, dimension(2) nblock_src = -1
 
integer, dimension(2) src_num_pe = -1
 
type(mp_request_type), dimension(:), allocatable send_request
 
type(mp_request_type), dimension(:), allocatable recv_request
 
integer, dimension(:), allocatable recv_disp
 
integer, dimension(:), pointer recv_col_indices => NULL()
 
integer, dimension(:), pointer recv_row_indices => NULL()
 
integer, dimension(:, :), allocatable src_blacs2mpi
 
real(kind=dp), dimension(:), allocatable recv_buf
 
real(kind=dp), dimension(:), allocatable send_buf
 

Detailed Description

Stores the state of a copy between cp_fm_start_copy_general and cp_fm_finish_copy_general.

History
Jan 2017 [Mark T]

Definition at line 142 of file cp_fm_types.F.

Field Documentation

◆ send_size

integer cp_fm_types::copy_info_type::send_size = -1

Definition at line 143 of file cp_fm_types.F.

◆ nlocal_recv

integer, dimension(2) cp_fm_types::copy_info_type::nlocal_recv = -1

Definition at line 144 of file cp_fm_types.F.

◆ nblock_src

integer, dimension(2) cp_fm_types::copy_info_type::nblock_src = -1

Definition at line 144 of file cp_fm_types.F.

◆ src_num_pe

integer, dimension(2) cp_fm_types::copy_info_type::src_num_pe = -1

Definition at line 144 of file cp_fm_types.F.

◆ send_request

type(mp_request_type), dimension(:), allocatable cp_fm_types::copy_info_type::send_request

Definition at line 145 of file cp_fm_types.F.

◆ recv_request

type(mp_request_type), dimension(:), allocatable cp_fm_types::copy_info_type::recv_request

Definition at line 145 of file cp_fm_types.F.

◆ recv_disp

integer, dimension(:), allocatable cp_fm_types::copy_info_type::recv_disp

Definition at line 146 of file cp_fm_types.F.

◆ recv_col_indices

integer, dimension(:), pointer cp_fm_types::copy_info_type::recv_col_indices => NULL()

Definition at line 147 of file cp_fm_types.F.

◆ recv_row_indices

integer, dimension(:), pointer cp_fm_types::copy_info_type::recv_row_indices => NULL()

Definition at line 147 of file cp_fm_types.F.

◆ src_blacs2mpi

integer, dimension(:, :), allocatable cp_fm_types::copy_info_type::src_blacs2mpi

Definition at line 148 of file cp_fm_types.F.

◆ recv_buf

real(kind=dp), dimension(:), allocatable cp_fm_types::copy_info_type::recv_buf

Definition at line 149 of file cp_fm_types.F.

◆ send_buf

real(kind=dp), dimension(:), allocatable cp_fm_types::copy_info_type::send_buf

Definition at line 149 of file cp_fm_types.F.


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