File assignment.hpp
This file contains operational classes which mimic data types and encapsulate assignment information.
- Author
Benjamin Lindner ben@benlabs.net
- Version
See VERSION in CMakeLists.txt
- Copyright
GNU General Public License
-
class Assignment
- #include <assignment.hpp>
Interface which represents a generic assignment of a number of tasks towards a number of nodes.
Subclassed by DivAssignment, ModAssignment
-
class ModAssignment : public Assignment
- #include <assignment.hpp>
Specific assignment class which places tasks according to modulo logic.
-
class DivAssignment : public Assignment
- #include <assignment.hpp>
Specific assignment class which places tasks according to div logic.