ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
gatherv.hpp File Reference
#include <boost/mpi/communicator.hpp>
#include <boost/mpi/datatype.hpp>
#include <boost/mpi/exception.hpp>
#include <boost/mpi/nonblocking.hpp>
#include <algorithm>
#include <cassert>
#include <vector>
+ Include dependency graph for gatherv.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Utils
 
namespace  Utils::Mpi
 

Functions

template<typename T >
void Utils::Mpi::gatherv (const boost::mpi::communicator &comm, const T *in_values, int in_size, T *out_values, const int *sizes, const int *displs, int root)
 
template<typename T >
void Utils::Mpi::gatherv (const boost::mpi::communicator &comm, const T *in_values, int in_size, T *out_values, const int *sizes, int root)
 
template<typename T >
void Utils::Mpi::gatherv (const boost::mpi::communicator &comm, const T *in_values, int in_size, int root)