openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
opencarp::async::intercomm_layout Struct Reference

minimal information needed for communication between MPI_Comms More...

#include <async_io.h>

Collaboration diagram for opencarp::async::intercomm_layout:

Public Member Functions

void setup (MPI_Comm ic)
 setup routine for the members More...
 

Public Attributes

int loc_rank = 0
 the local rank More...
 
int loc_size = 0
 the local communicator size More...
 
int rem_size = 0
 the remote communicator size More...
 

Detailed Description

minimal information needed for communication between MPI_Comms

Definition at line 40 of file async_io.h.

Member Function Documentation

◆ setup()

void opencarp::async::intercomm_layout::setup ( MPI_Comm  ic)
inline

setup routine for the members

Definition at line 46 of file async_io.h.

Here is the caller graph for this function:

Member Data Documentation

◆ loc_rank

int opencarp::async::intercomm_layout::loc_rank = 0

the local rank

Definition at line 41 of file async_io.h.

◆ loc_size

int opencarp::async::intercomm_layout::loc_size = 0

the local communicator size

Definition at line 42 of file async_io.h.

◆ rem_size

int opencarp::async::intercomm_layout::rem_size = 0

the remote communicator size

Definition at line 43 of file async_io.h.


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