Octopus
multicomm_oct_m::multicomm_all_pairs_t Type Reference

An all-pairs communication schedule for a given group. More...

Detailed Description

An all-pairs communication schedule for a given group.

Definition at line 235 of file multicomm.F90.

Public Attributes

integer, dimension(:, :), allocatable, public schedule
 This is the schedule. More...
 

Private Attributes

type(mpi_grp_tgrp
 Schedule for this group. More...
 
integer rounds
 This many comm. rounds. More...
 

Member Data Documentation

◆ grp

type(mpi_grp_t) multicomm_oct_m::multicomm_all_pairs_t::grp
private

Schedule for this group.

Definition at line 237 of file multicomm.F90.

◆ rounds

integer multicomm_oct_m::multicomm_all_pairs_t::rounds
private

This many comm. rounds.

Definition at line 238 of file multicomm.F90.

◆ schedule

integer, dimension(:, :), allocatable, public multicomm_oct_m::multicomm_all_pairs_t::schedule

This is the schedule.

Definition at line 239 of file multicomm.F90.


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