summaryrefslogtreecommitdiff
path: root/resources/topologies/surf.json
blob: ae438dac3af3e3831dd08342e9703badca5e9902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
            }
        }
    ]
}