From c2a4d3657d148c643eaa319bfdc8a5b5bfe53412 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 15 Jun 2026 19:35:52 +0200 Subject: feat: added build.sh which exports OpenDC to a .bin file --- workloads_and_topologies/topologies/surf.json | 25 ---------------------- .../topologies/surf_medium.json | 25 ---------------------- .../topologies/surf_small.json | 25 ---------------------- 3 files changed, 75 deletions(-) delete mode 100644 workloads_and_topologies/topologies/surf.json delete mode 100644 workloads_and_topologies/topologies/surf_medium.json delete mode 100644 workloads_and_topologies/topologies/surf_small.json (limited to 'workloads_and_topologies/topologies') diff --git a/workloads_and_topologies/topologies/surf.json b/workloads_and_topologies/topologies/surf.json deleted file mode 100644 index ae438dac..00000000 --- a/workloads_and_topologies/topologies/surf.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "clusters": - [ - { - "name": "C01", - "hosts" : - [ - { - "name": "H01", - "cpu": { - "coreCount": 16, - "coreSpeed": 2100 - }, - "memory": { - "memorySize": 128000000 - }, - "count": 277 - } - ], - "powerSource": { - "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" - } - } - ] -} \ No newline at end of file diff --git a/workloads_and_topologies/topologies/surf_medium.json b/workloads_and_topologies/topologies/surf_medium.json deleted file mode 100644 index 6afc2475..00000000 --- a/workloads_and_topologies/topologies/surf_medium.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "clusters": - [ - { - "name": "C01", - "hosts" : - [ - { - "name": "H01", - "cpu": { - "coreCount": 16, - "coreSpeed": 2100 - }, - "memory": { - "memorySize": 128000000 - }, - "count": 200 - } - ], - "powerSource": { - "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" - } - } - ] -} \ No newline at end of file diff --git a/workloads_and_topologies/topologies/surf_small.json b/workloads_and_topologies/topologies/surf_small.json deleted file mode 100644 index 8c3d8ce3..00000000 --- a/workloads_and_topologies/topologies/surf_small.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "clusters": - [ - { - "name": "C01", - "hosts" : - [ - { - "name": "H01", - "cpu": { - "coreCount": 16, - "coreSpeed": 2100 - }, - "memory": { - "memorySize": 128000000 - }, - "count": 100 - } - ], - "powerSource": { - "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" - } - } - ] -} \ No newline at end of file -- cgit v1.2.3