aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/platforms/juno.json
blob: d8a4270001bfec05bbd60dfe5d66946ce98cb73d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    // JUNO Energy Model
    "nrg_model" : {
        "little" : {
            "cpu" : {
                "nrg_max" :   93,
                "cap_max" :  447
            },
            "cluster" : {
                "nrg_max" :   57
            }
        },
        "big": {
            "cpu" : {
                "nrg_max" :  616,
                "cap_max" : 1024
            },
            "cluster" : {
                "nrg_max" :   64
            }
        }
    }
}