OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Attributes | List of all members
Comm::Bundle_t Struct Reference

bundles all communicators for a specific role/pid More...

#include <types.h>

Public Attributes

int island_id
 
int leader_pid
 
int master_pid
 
int master_local_pid
 
MPI_Comm worker
 
MPI_Comm opt
 
MPI_Comm coworkers
 
MPI_Comm world
 

Detailed Description

bundles all communicators for a specific role/pid

Definition at line 14 of file types.h.

Member Data Documentation

MPI_Comm Comm::Bundle_t::coworkers

Definition at line 21 of file types.h.

Referenced by CommSplitter< Strategy_t >::getBundle(), and Worker< Sim_t >::Worker().

int Comm::Bundle_t::island_id
int Comm::Bundle_t::leader_pid

Definition at line 16 of file types.h.

Referenced by CommSplitter< Strategy_t >::getBundle().

int Comm::Bundle_t::master_local_pid
int Comm::Bundle_t::master_pid

Definition at line 17 of file types.h.

Referenced by CommSplitter< Strategy_t >::getBundle().

MPI_Comm Comm::Bundle_t::opt
MPI_Comm Comm::Bundle_t::worker

Definition at line 19 of file types.h.

Referenced by CommSplitter< Strategy_t >::getBundle().

MPI_Comm Comm::Bundle_t::world

Definition at line 22 of file types.h.

Referenced by CommSplitter< Strategy_t >::getBundle().


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