Octopus
|
An all-pairs communication schedule for a given group. More...
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_t) | grp |
Schedule for this group. More... | |
integer | rounds |
This many comm. rounds. More... | |
|
private |
Schedule for this group.
Definition at line 237 of file multicomm.F90.
|
private |
This many comm. rounds.
Definition at line 238 of file multicomm.F90.
integer, dimension(:, :), allocatable, public multicomm_oct_m::multicomm_all_pairs_t::schedule |
This is the schedule.
Definition at line 239 of file multicomm.F90.