Muster
|
MPI-packable, templated struct for shipping around an MPI-packable object plus the id of the process it came from. More...
Go to the source code of this file.
Classes | |
struct | id_pair< T > |
MPI-packable struct for an MPI-packable type plus its object id. More... | |
Namespaces | |
cluster | |
Namespace for everything in the cluster library. | |
Functions | |
template<class T > | |
id_pair< T > | make_id_pair (const T &elt, int id) |
Helper function for making arbitrary id_pairs with type inference. More... | |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const id_pair< T > &p) |
Print out an id_pair as a tuple of its element and its source rank. More... | |
MPI-packable, templated struct for shipping around an MPI-packable object plus the id of the process it came from.
Definition in file id_pair.h.