summaryrefslogtreecommitdiff
path: root/opendc-simulator
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-07-20 00:19:03 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2018-08-14 19:15:16 +0200
commitdfddb6c25c96598295ad8b50092c9f4dd946e560 (patch)
treedc22c649515a88ce1f236d6971e46e9daea3fa27 /opendc-simulator
parentf8df97d51d56e27ae880a2b5bd71149559e91b4a (diff)
feat: Implement Scheduler Reference Architecture
This change implements the parts of the Datacenter Scheduling Reference Architecture as published in SC18. This commit consists of changes to the database schema such as: - **Removal of `parallelizability` column in `Task`** This field was not used by the simulator and we opted to use a field describing the amount of cores the task can run on instead. - **Removal of `task_id` column in `MachineState`** This field did not make sense anymore now that a machine can run multiple tasks. Fortunately, this field is not used in the frontend.
Diffstat (limited to 'opendc-simulator')
m---------opendc-simulator27
1 files changed, 0 insertions, 27 deletions
diff --git a/opendc-simulator b/opendc-simulator
-Subproject 8666a78b86a40c1d8dab28dd18e841318c01f97
+Subproject b4c7f4007ee8890ff25b0fcad4cd650cb0ef4f9