summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-02-14 19:11:35 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-02-14 19:11:35 +0100
commit04e4bddccc4e06a126f3c6ee2878502323c7116e (patch)
tree716253f4c03cf8dc6754430a5f63d0a57061d795 /settings.gradle.kts
parentcd293b79ef2066ffcb605b9c625d6ab0a9af1d16 (diff)
parentb13ba01e967e1a281d58b37cb57986b47ec99dd8 (diff)
Merge branch 'feat/cpu-sharing' into 'feat/2.x'
Add basis for VM modeling and fractional space-sharing See merge request opendc/opendc-simulator!23
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 3f10026a..c7dc5f1b 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -26,6 +26,7 @@ rootProject.name = "opendc-simulator"
include(":odcsim:odcsim-api")
include(":odcsim:odcsim-engine-omega")
include(":opendc:opendc-core")
+include(":opendc:opendc-compute")
include(":opendc:opendc-format")
include(":opendc:opendc-workflows")
-include(":opendc:opendc-experiments-tpds")
+include(":opendc:opendc-experiments-sc18")