ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "detail/size_and_offset.hpp"
#include <boost/mpi/communicator.hpp>
#include <algorithm>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
namespace | Utils::Mpi |
Functions | |
template<typename T > | |
void | Utils::Mpi::scatter_buffer (T *buffer, int n_elem, boost::mpi::communicator comm, int root=0) |
Scatter buffer with different size on each node. | |