From 5a365dbc068f2a8cdfa9813c39cc84bb30e15637 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Fri, 25 Oct 2024 13:32:41 +0200 Subject: Rewrote the FlowEngine (#256) * Removed unused components. Updated tests. Improved checkpointing model Improved model, started with SimPowerSource implemented FailureModels and Checkpointing First working version midway commit first update All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability. * fixed merge conflicts * Updated M3SA paths. * Fixed small typo --- .../src/main/resources/kth.json | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 opendc-experiments/opendc-experiments-tf20/src/main/resources/kth.json (limited to 'opendc-experiments/opendc-experiments-tf20/src/main/resources/kth.json') diff --git a/opendc-experiments/opendc-experiments-tf20/src/main/resources/kth.json b/opendc-experiments/opendc-experiments-tf20/src/main/resources/kth.json deleted file mode 100644 index 50eecb47..00000000 --- a/opendc-experiments/opendc-experiments-tf20/src/main/resources/kth.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "KTH Environment Setup", - "rooms": [ - { - "type": "SERVER", - "objects": [ - { - "type": "RACK", - "machines": [ - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [1], "memories": [1]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]}, - {"cpus": [3], "memories": [3]} - ] - } - ] - } - ] -} -- cgit v1.2.3