SG++-Doxygen-Documentation
sgpp::datadriven::AssignTaskResult Struct Reference

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...
 

Detailed Description

Used by the MPI Task Scheduler to deliver the result of assigning the requested task.

Member Data Documentation

◆ taskSize

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().

◆ workerID

int sgpp::datadriven::AssignTaskResult::workerID

Holds the MPI rank of the worker to which the task was assigned.

Referenced by sgpp::datadriven::RoundRobinScheduler::assignTaskStaticTaskSize().


The documentation for this struct was generated from the following file: