ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/mpi/collectives/reduce.hpp>
#include <boost/mpi/communicator.hpp>
#include <cassert>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | ScriptInterface |
Functions | |
template<typename T > | |
T | ScriptInterface::mpi_reduce_sum (boost::mpi::communicator const &comm, T const &result) |
Reduce object by sum on the head node. | |