EvolvingObjects
|
Send task functor implementation for the parallel apply (map) job. More...
#include <eoParallelApply.h>
Public Member Functions | |
SendTaskParallelApply (SendTaskParallelApply< EOT > *w=0) | |
void | operator() (int wrkRank) |
The pure virtual function that needs to be implemented by the subclass. |
Send task functor implementation for the parallel apply (map) job.
Master side: Sends a slice of the table to evaluate to the worker.
Implementation details: Finds the next slice of data to send to the worker, sends first the size and then the data, and memorizes that this slice has been distributed to the worker, then updates the next position of element to evaluate.
Definition at line 153 of file eoParallelApply.h.