diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
| commit | 4d37bbed4a1f745c331ba996fc860d79e3e51e8f (patch) | |
| tree | 69d4e530f1f5a5192f98bb422d46618afb291c23 /resources/topologies/surf_medium.json | |
| parent | 7a078fac132d10933e52edafd0f2527c50c9b1b6 (diff) | |
Diffstat (limited to 'resources/topologies/surf_medium.json')
| -rw-r--r-- | resources/topologies/surf_medium.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/resources/topologies/surf_medium.json b/resources/topologies/surf_medium.json new file mode 100644 index 00000000..6afc2475 --- /dev/null +++ b/resources/topologies/surf_medium.json @@ -0,0 +1,25 @@ +{ + "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 |
