SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <parmap.hpp>
Public Member Functions | |
Parmap (unsigned num_workers, e_xbt_parmap_mode_t mode) | |
Creates a parallel map object. More... | |
Parmap (const Parmap &)=delete | |
~Parmap () | |
Destroys a parmap. More... | |
void | apply (void(*fun)(T), const std::vector< T > &data) |
Applies a list of tasks in parallel. More... | |
boost::optional< T > | next () |
Returns a next task to process. More... | |
|
delete |