diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-07-20 00:26:40 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-07-20 00:26:40 +0200 |
| commit | 7310f720fdd48eb7b33cc41c772d9cae693d0da1 (patch) | |
| tree | 7136a777a2e8ad509cecadbd986531510b5953dd /opendc/models/simulation.py | |
| parent | cb4eafa88edd4db36f34185c9477e84346bece6e (diff) | |
feat: Implement Scheduler Reference Architecture
This change implements the changes needed in the webserver for implementing
parts of the Datacenter Scheduling Reference Architecture as published
in SC18.
This change reflects the following changes in the database schema:
- **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/models/simulation.py')
0 files changed, 0 insertions, 0 deletions
