SG++-Doxygen-Documentation
|
Used by the MPI Task Scheduler to deliver the result of assigning the requested task. More...
#include <MPITaskScheduler.hpp>
Public Attributes | |
size_t | taskSize |
Holds the requested size of the task (e.g. More... | |
int | workerID |
Holds the MPI rank of the worker to which the task was assigned. More... | |
Used by the MPI Task Scheduler to deliver the result of assigning the requested task.
size_t sgpp::datadriven::AssignTaskResult::taskSize |
Holds the requested size of the task (e.g.
batch size), if applicable.
Referenced by sgpp::datadriven::RoundRobinScheduler::assignTaskVariableTaskSize().
int sgpp::datadriven::AssignTaskResult::workerID |
Holds the MPI rank of the worker to which the task was assigned.
Referenced by sgpp::datadriven::RoundRobinScheduler::assignTaskStaticTaskSize().