pomerol
2.1
|
This structure carries a list of wrappers and uses the mpi_dispatcher mechanism to distribute the wrappers over MPI ranks and to call run() for all of them in parallel. More...
#include <mpi_skel.hpp>
Public Member Functions | |
std::map< pMPI::JobId, pMPI::WorkerId > | run (MPI_Comm const &Comm, bool VerboseOutput=true) |
Data Fields | |
std::vector< WrapType > | parts |
List of wrappers. More... | |
This structure carries a list of wrappers and uses the mpi_dispatcher mechanism to distribute the wrappers over MPI ranks and to call run() for all of them in parallel.
WrapType | Type of the wrappers, one of PrepareWrap and ComputeWrap. |
Definition at line 73 of file mpi_skel.hpp.
std::vector<WrapType> pMPI::mpi_skel< WrapType >::parts |
List of wrappers.
Definition at line 75 of file mpi_skel.hpp.