Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_p2p_comm_real64 Type Reference
Collaboration diagram for sll_t_p2p_comm_real64:

Private Attributes

integer(kind=i32) comm_size = 0
 
integer(kind=i32) rank = -1
 
integer(kind=i32) num_ports
 
integer(kind=i32) buffer_size
 
type(sll_t_collective_t), pointer collective
 
type(port_real64), dimension(:), pointer ports
 

Detailed Description

Definition at line 121 of file sll_m_point_to_point_comms.F90.

Member Data Documentation

◆ buffer_size

integer(kind=i32) buffer_size
private

Definition at line 125 of file sll_m_point_to_point_comms.F90.

◆ collective

type(sll_t_collective_t), pointer collective
private

Definition at line 126 of file sll_m_point_to_point_comms.F90.

◆ comm_size

integer(kind=i32) comm_size = 0
private

Definition at line 122 of file sll_m_point_to_point_comms.F90.

◆ num_ports

integer(kind=i32) num_ports
private

Definition at line 124 of file sll_m_point_to_point_comms.F90.

◆ ports

type(port_real64), dimension(:), pointer ports
private

Definition at line 127 of file sll_m_point_to_point_comms.F90.

◆ rank

integer(kind=i32) rank = -1
private

Definition at line 123 of file sll_m_point_to_point_comms.F90.

    Report Typos and Errors