#include <thrill/net/dispatcher_thread.hpp>
#include <thrill/net/group.hpp>
#include <algorithm>
#include <string>
#include <vector>
Go to the source code of this file.
|
bool | Construct (size_t group_size, DispatcherThread &dispatcher, std::unique_ptr< Group > *groups, size_t group_count) |
| Construct Group which connects to peers using MPI. More...
|
|
size_t | MpiRank () |
| Return the rank of this process in the MPI COMM WORLD. More...
|
|
size_t | NumMpiProcesses () |
| Return the number of MPI processes. More...
|
|
◆ THRILL_NET_MPI_GROUP_HEADER
#define THRILL_NET_MPI_GROUP_HEADER |