![]() |
Block-Structured AMR Software Framework
|
Provide functionalities needed to construct a team of processes to perform a particular job. More...
#include <AMReX_ParallelDescriptor.H>
Public Types | |
| using | team_t = MPI_Comm |
Public Member Functions | |
| void | Barrier () const |
| synchronize processes within the team | |
| void | MemoryBarrier () const |
| memory fence | |
| void | clear () |
| free a communicator | |
| const team_t & | get () const |
| const MPI_Comm & | get_team_comm () const |
| return the communicator | |
| const MPI_Comm & | get_lead_comm () const |
Provide functionalities needed to construct a team of processes to perform a particular job.
|
inline |
synchronize processes within the team
|
inline |
free a communicator
|
inline |
|
inline |
|
inline |
return the communicator
|
inline |
memory fence