-
Notifications
You must be signed in to change notification settings - Fork 0
/
graham.inc
114 lines (108 loc) · 4.11 KB
/
graham.inc
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
######################################################
# Example configuration information for a
# system under test (SUT) Section
######################################################
# General SUT info
system_vendor = Vendor
system_name = Graham
system_class = Homo
hw_avail = Jan-2024
sw_avail = Jan-2024
# Computation node info
# [Node_Description: Hardware]
node_label = Server
node_order = 1
node_count = 800
node_purpose = compute
node_hw_vendor = Vendor
node_hw_model = XH620 V3
node_hw_cpu_name = Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz
node_hw_ncpuorder = 1 to 2 chips
node_hw_nchips = 2
node_hw_ncores = 32
node_hw_ncoresperchip = 16
node_hw_nthreadspercore = 1
node_hw_cpu_char = Turbo up to 3.0 GHz
node_hw_cpu_mhz = 2100
node_hw_pcache = 32 KiB I + 32 KiB D on chip per core
node_hw_scache = 1024 KiB
node_hw_tcache000= 27.5 MiB
node_hw_ocache = None
node_hw_memory = 125 GB (8 x 16 GiB DDR4 DIMMS @ 2400 MHz)
node_hw_disk = None
node_hw_other = None
#[Node_Description: Accelerator]
node_compute_hw_accel_model = None
node_compute_hw_accel_count = 0
node_compute_hw_accel_vendor= None
node_compute_hw_accel_type = GPU
node_compute_hw_accel_connect = PCIe 3.0 16x
node_compute_hw_accel_ecc = Yes
node_compute_hw_accel_desc = See Notes
#[Node_Description: Software]
node_compute_hw_adapter_fs_model = None
node_compute_hw_adapter_fs_count = 0
node_compute_hw_adapter_fs_slot_type = None
node_compute_hw_adapter_fs_data_rate = None
node_compute_hw_adapter_fs_ports_used = 0
node_compute_hw_adapter_fs_interconnect = None
node_compute_hw_adapter_fs_driver = None
node_compute_hw_adapter_fs_firmware = None
node_compute_sw_os000 = CentOS Linux release 7.9.2009
node_compute_sw_os001 = 3.10.0-1160.88.1.el7.x86_64
node_compute_sw_localfile = None
node_compute_sw_sharedfile = lustre
node_compute_sw_state = Multi-user, run level 3
node_compute_sw_other = None
#[Fileserver]
node_fileserver_sw_state = Multi-User, run level 3
node_fileserver_sw_sharedfile = NFS
node_fileserver_sw_other = None
node_fileserver_sw_os = Red Hat Enterprise Linux Server release 7.6
node_fileserver_sw_localfile = None
node_fileserver_purpose = Fileserver
node_fileserver_order = 2
node_fileserver_syslbl = NFS
node_fileserver_hw_vendor = Big Storage Company
node_fileserver_hw_tcache = 39424 KB I+D on chip per chip
node_fileserver_hw_scache = 1 MB I+D on chip per core
node_fileserver_hw_pcache = 32 KB I + 32 KB D on chip per core
node_fileserver_hw_other = None
node_fileserver_hw_ocache = None
node_fileserver_hw_nthreadspercore = 1
node_fileserver_hw_ncpuorder = 1-2 chips
node_fileserver_hw_ncoresperchip = 28
node_fileserver_hw_ncores = 56
node_fileserver_hw_nchips = 2
node_fileserver_hw_model = BG650
node_fileserver_hw_memory = 768 GB (24 x 32 GB 2Rx4 PC4-2933Y-R)
node_fileserver_hw_disk = 1 x 1 TB 12 Gbps SAS 2.5" SSD (JBOD)
node_fileserver_hw_cpu_name = Intel Xeon Platinum 8280
node_fileserver_hw_cpu_mhz = 2700
node_fileserver_hw_cpu_char = None
node_fileserver_hw_adapter_fs_slot_type = PCI-Express 3.0 x16
node_fileserver_hw_adapter_fs_ports_used = 1
node_fileserver_hw_adapter_fs_interconnect = BG 5000 series
node_fileserver_hw_adapter_fs_firmware = 10.9.0.1.0
node_fileserver_hw_adapter_fs_driver = 10.9.1.0.15
node_fileserver_hw_adapter_fs_data_rate = 100 Gb/s
node_fileserver_hw_adapter_fs_count = 1
node_fileserver_count = 1
#[Interconnect]
interconnect_fs_syslbl = Big Interconnect Company
interconnect_fs_order = 0
interconnect_fs_purpose = MPI Traffic
interconnect_fs_hw_vendor = Big Interconnect Company
interconnect_fs_hw_model = BI 100 Series
interconnect_fs_hw_switch_fs_model000= BI 100 Series 48 Port 2
interconnect_fs_hw_switch_fs_model001 = PSU
interconnect_fs_hw_switch_fs_count = 1
interconnect_fs_hw_switch_fs_ports = 48
interconnect_fs_hw_topo = Mesh
interconnect_fs_hw_switch_fs_data_rate = 100 Gb/s
interconnect_fs_hw_switch_fs_firmware = 10.3.0.0.60
#######################################################################
# End of SUT section
# If this config file were to be applied to several SUTs, edits would
# be needed only ABOVE this point.
######################################################################