Skip to content

Commit fed5a98

Browse files
committed
add examples cluster data
1 parent 9b56df6 commit fed5a98

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

cluster_data/iridis5.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"hostnames": [ "cyan51.cluster.local", "cyan52.cluster.local", "cyan53.cluster.local", "cyan54.cluster.local" ],
3+
"country": "GB",
4+
"carbon_intensity": 253.19,
5+
"default_partition": "batch",
6+
"partitions": [
7+
{
8+
"partition_names": ["batch", "largejobs"],
9+
"TDP_per_core": 6.25,
10+
"RAM_per_core": 4.8
11+
},
12+
{
13+
"partition_names": ["amd"],
14+
"TDP_per_core": 4.84375,
15+
"RAM_per_core": 4.8
16+
}
17+
18+
]
19+
}

cluster_data/marclus4.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"hostnames": [ "extlogin1", "marclus4_login1", "marclus4_login2" ],
3+
"country": "NL",
4+
"carbon_intensity": 452.07,
5+
"default_partition": "normal",
6+
"partitions": [
7+
{
8+
"partition_names": ["normal"],
9+
"TDP_per_core": 10.5,
10+
"RAM_per_core": 3.2
11+
},
12+
{
13+
"partition_names": ["large"],
14+
"TDP_per_core": 10.5,
15+
"RAM_per_core": 25.6
16+
}
17+
18+
]
19+
}

cluster_data/marclus5.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"hostnames": [ "marclus5_login1", "marclus5_login2" ],
3+
"country": "NL",
4+
"carbon_intensity": 452.07,
5+
"default_partition": "normal",
6+
"partitions": [
7+
{
8+
"partition_names": ["normal"],
9+
"TDP_per_core": 10.417,
10+
"RAM_per_core": 4.0
11+
},
12+
{
13+
"partition_names": ["prepro"],
14+
"TDP_per_core": 10.417,
15+
"RAM_per_core": 32
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)