| STAPL API Reference |
Modules Classes |
Support functions and classes for communicating on distributed memory for the Runtime System. More...
Collaboration diagram for Distributed Memory Communication:Classes | |
| class | stapl::runtime::communicator |
| This class assists with sending messages between processes. More... | |
| class | stapl::runtime::mpi_communicator |
| Implements a communicator based on MPI-2. More... | |
| class | stapl::runtime::message_handle |
| This class is used to keep track of the handles associated with a message. More... | |
Functions | |
| unsigned int | stapl::runtime::get_processes_per_node (MPI_Comm comm) |
Returns the number of processes per node, based on how many processes are co-scheduled with process 0. More... | |
Support functions and classes for communicating on distributed memory for the Runtime System.
| unsigned int stapl::runtime::get_processes_per_node | ( | MPI_Comm | comm | ) |
Returns the number of processes per node, based on how many processes are co-scheduled with process 0.
This function acts also as an implicit barrier.
1.8.13