ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/mpi/communicator.hpp>
#include <boost/mpi/request.hpp>
#include <algorithm>
#include <cstddef>
#include <span>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
namespace | Utils::Mpi |
Functions | |
template<typename T > | |
auto | Utils::Mpi::iall_gatherv (boost::mpi::communicator const &comm, T const *in_values, int in_size, T *out_values, int const *sizes) |