MPI_Comm object wrapper/stub.
More...
#include <mpqc/mpi/comm.hpp>
|
void | printf (std::string fmt,...) const |
|
bool | operator== (const Comm &comm) const |
|
void | free () |
|
int | rank () const |
|
int | size () const |
|
void | barrier () const |
|
template<typename T > |
void | broadcast (T &value, int root) const |
|
template<typename T > |
void | broadcast (T *data, int count, int root) const |
|
bool | any (const bool &value) const |
|
template<typename T > |
void | sum (T *value, int count) const |
|
template<typename T > |
void | sum (T &value) const |
|
template<typename T > |
std::vector< T > | allgather (T value) const |
|
MPI_Comm object wrapper/stub.
The documentation for this struct was generated from the following file: