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 --- resources/topologies/surf.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/topologies/surf.json (limited to 'resources/topologies/surf.json') diff --git a/resources/topologies/surf.json b/resources/topologies/surf.json new file mode 100644 index 00000000..ae438dac --- /dev/null +++ b/resources/topologies/surf.json @@ -0,0 +1,25 @@ +{ + "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 -- cgit v1.2.3