| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This change adds a simple integration test so we can measure the change
in duration after performance improvements and test whether large
experiments will still function after changes.
|
|
This change moves the simulator terminology from logical processes to
simulation domains. This prevents the clash with "processes" that we are
trying to simulate.
In addition, simulation domains allows us to reduce the amount of
boilerplate and instead allows for simulation modelled using standard
techniques.
|
|
|
|
This change adds support for workflow tasks that have a known duration.
This allows the workflow scheduler to employ heuristics for a faster
schedule.
|
|
This change incorporate a number of extensions and improvements to the
workflow scheduler. These are a result of the Design Space Exploration
for Datacenter Schedulers work.
|
|
This change refactors the existing model to use the new interfaces from
the opendc-compute module.
|
|
|