ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/mpi/collectives/all_reduce.hpp>
#include <boost/mpi/collectives/broadcast.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
namespace | Utils::Mpi |
Functions | |
template<typename T > | |
bool | Utils::Mpi::all_compare (boost::mpi::communicator const &comm, T const &value) |
Compare values on all nodes. | |