ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
scatter_buffer.hpp File Reference
#include "detail/size_and_offset.hpp"
#include <boost/mpi/communicator.hpp>
#include <algorithm>
#include <type_traits>
#include <vector>
+ Include dependency graph for scatter_buffer.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::scatter_buffer (T *buffer, int n_elem, boost::mpi::communicator comm, int root=0)
 Scatter buffer with different size on each node.