ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/mpi/communicator.hpp>
#include <boost/mpi/datatype.hpp>
#include <boost/mpi/exception.hpp>
#include <boost/mpi/nonblocking.hpp>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
namespace | Utils::Mpi |
Functions | |
template<typename T > | |
mpi::status | Utils::Mpi::sendrecv (mpi::communicator const &comm, int dest, int stag, const T &sval, int src, int rtag, T &rval) |
template<typename T > | |
std::array< mpi::request, 2 > | Utils::Mpi::isendrecv (mpi::communicator const &comm, int dest, int stag, const T &sval, int src, int rtag, T &rval) |