summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-simulator/src/main/kotlin/org
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-26 22:33:21 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-26 22:33:21 +0200
commitab7d7c84652ec4b0ac1081b76add56824de851f1 (patch)
tree0285a4b27be79fbeb444e7ea2392c0f623ebc735 /opendc-compute/opendc-compute-simulator/src/main/kotlin/org
parent00945a67f551b90c528438bd24b6573abe603050 (diff)
feat: removed the generated output and the python scripts to plot the results
Diffstat (limited to 'opendc-compute/opendc-compute-simulator/src/main/kotlin/org')
-rw-r--r--opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt
index 237344f2..0d1cc408 100644
--- a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt
+++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt
@@ -68,6 +68,7 @@ public class SmartScheduler : ComputeScheduler {
override fun select(iter: MutableIterator<SchedulingRequest>): SchedulingResult {
client?.checkForInsights()
+
var unluckyHost = listOf("")
if (numHosts == 0) {