Asynchronous, some-to-some gather operation used by parallel clustering algorithms to simultaneously send members of sample sets to a set of distributed worker processes. More...
#include <mpi.h>
#include <vector>
#include <iostream>
#include "mpi_bindings.h"
#include <algorithm>
Go to the source code of this file.
Classes | |
class | multi_gather< T > |
Asynchronous, some-to-some gather operation used by parallel clustering algorithms to simultaneously send members of sample sets to a set of distributed worker processes. More... | |
struct | multi_gather< T >::buffer |
internal struct for buffering sends and recvs. | |
Namespaces | |
namespace | cluster |
Namespace for everything in the cluster library. |
Asynchronous, some-to-some gather operation used by parallel clustering algorithms to simultaneously send members of sample sets to a set of distributed worker processes.
Definition in file multi_gather.h.