зеркало из https://github.com/Azure/azurehpc.git
Fix HBV4 topology
From the VM view, each NUMA domain has 6 CCXs, first 4 with 8 cores and last 4 with 6 cores.
This commit is contained in:
Родитель
8dadec21b1
Коммит
0fe481f7bd
|
@ -10,30 +10,31 @@ import socket
|
|||
import json
|
||||
from urllib.request import urlopen, Request
|
||||
|
||||
l3cache_coreid_d = {"Standard_HB176rs_v4": {"l3cache_ids": {0: [0,1,2,3,4,5],\
|
||||
1: [6,7,8,9,10,11],\
|
||||
2: [12,13,14,15,16,17,18,19],\
|
||||
3: [20,21,22,23,24,25,26,27],\
|
||||
4: [28,29,30,31,32,33,34,35],\
|
||||
5: [36,37,38,39,40,41,42,43],\
|
||||
6: [44,45,46,47,48,49],\
|
||||
7: [50,51,52,53,54,55],\
|
||||
8: [56,57,58,59,60,61,62,63],\
|
||||
9: [64,65,66,67,68,69,70,71],\
|
||||
10: [72,73,74,75,76,77,78,79],\
|
||||
11: [80,81,82,83,84,85,86,87],\
|
||||
12: [88,89,90,91,92,93],\
|
||||
13: [94,95,96,97,98,99],\
|
||||
14: [100,101,102,103,104,105,106,107],\
|
||||
15: [108,109,110,111,112,113,114,115],\
|
||||
16: [116,117,118,119,120,121,122,123],\
|
||||
17: [124,125,126,127,128,129,130,131],\
|
||||
18: [132,133,134,135,136,137],\
|
||||
19: [138,139,140,141,142,143],\
|
||||
20: [144,145,146,147,148,149,150,151],\
|
||||
21: [152,153,154,155,156,157,158,159],\
|
||||
22: [160,161,162,163,164,165,166,167],\
|
||||
23: [168,169,170,171,172,173,174,175]\
|
||||
|
||||
l3cache_coreid_d = {"Standard_HB176rs_v4": {"l3cache_ids": {0: [0,1,2,3,4,5,6,7],\
|
||||
1: [8,9,10,11,12,13,14,15],\
|
||||
2: [16,17,18,19,20,21,22,23],\
|
||||
3: [24,25,26,27,28,29,30,31],\
|
||||
4: [32,33,34,35,36,37],\
|
||||
5: [38,39,40,41,42,43],\
|
||||
6: [44,45,46,47,48,49,50,51],\
|
||||
7: [52,53,54,55,56,57,58,59],\
|
||||
8: [60,61,62,63,64,65,66,67],\
|
||||
9: [68,69,70,71,72,73,74,75],\
|
||||
10: [76,77,78,79,80,81],\
|
||||
11: [82,83,84,85,86,87],\
|
||||
12: [88,89,90,91,92,93,94,95],\
|
||||
13: [96,97,98,99,100,101,102,103],\
|
||||
14: [104,105,106,107,108,109,110,111],\
|
||||
15: [112,113,114,115,116,117, 118,119],\
|
||||
16: [120,121,122,123,124,125],\
|
||||
17: [126,127,128,129,130,131],\
|
||||
18: [132,133,134,135,136,137,138,139],\
|
||||
19: [140,141,142,143,144,145,146,147],\
|
||||
20: [148,149,150,151,152,153,154,155],\
|
||||
21: [156,157,158,159,160,161,162,163],\
|
||||
22: [164,165,166,167,168,169],\
|
||||
23: [170,171,172,173,174,175],\
|
||||
},
|
||||
"allowed_number_of_processes": [24,48,72,96,120,144,168,176],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче