• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    // JUNO Energy Model
3    "nrg_model" : {
4        "little" : {
5            "cpu" : {
6                "nrg_max" :   93,
7                "cap_max" :  447
8            },
9            "cluster" : {
10                "nrg_max" :   57
11            }
12        },
13        "big": {
14            "cpu" : {
15                "nrg_max" :  616,
16                "cap_max" : 1024
17            },
18            "cluster" : {
19                "nrg_max" :   64
20            }
21        }
22    }
23}
24