Thrill  0.1
group.hpp File Reference
#include <thrill/common/functional.hpp>
#include <thrill/common/math.hpp>
#include <thrill/net/connection.hpp>
#include <algorithm>
#include <cstring>
#include <functional>
#include <thread>
#include <vector>
#include <thrill/net/collective.hpp>
+ Include dependency graph for group.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Group
 A network Group is a collection of enumerated communication links, which provides point-to-point communication and MPI-like collective primitives. More...
 

Namespaces

 thrill
 
 thrill::net
 

Macros

#define THRILL_NET_GROUP_HEADER
 

Typedefs

using GroupPtr = std::unique_ptr< Group >
 unique pointer to a Group. More...
 

Functions

template<typename Group , typename GroupCalled >
void ExecuteGroupThreads (const std::vector< std::unique_ptr< Group > > &groups, const std::function< void(GroupCalled *)> &thread_function)
 
void RunLoopbackGroupTest (size_t num_hosts, const std::function< void(Group *)> &thread_function)
 

Macro Definition Documentation

◆ THRILL_NET_GROUP_HEADER

#define THRILL_NET_GROUP_HEADER

Definition at line 19 of file group.hpp.