Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 392c097e authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

[rennes][abacus18] fix duplicates before merge

parent b544e5fb
No related branches found
No related tags found
1 merge request!555[rennes] Add abacus18 cluster
Pipeline #869323 passed
{
"architecture": {
"cpu_core_numbering": "contiguous",
"nb_cores": 32,
"nb_cores": 48,
"nb_procs": 2,
"nb_threads": 64,
"nb_threads": 96,
"platform_type": "x86_64"
},
"bios": {
......@@ -81,7 +81,86 @@
}
},
"memory_devices": [
{
"device": "dimm_a1",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a2",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a3",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a4",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a5",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a6",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a7",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_a8",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b1",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b2",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b3",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b4",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b5",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b6",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b7",
"size": 17179869184,
"technology": "dram"
},
{
"device": "dimm_b8",
"size": 17179869184,
"technology": "dram"
}
],
"network_adapters": [
{
......@@ -181,7 +260,7 @@
},
"performance": {
"core_flops": 36800000000,
"node_flops": 1177600000000
"node_flops": 1766400000000
},
"processor": {
"cache_l1": null,
......
......@@ -69,7 +69,7 @@ ipv4:
rennes paravance eth1 0 0 0 100
rennes parasilo eth0 0 0 1 0
rennes parasilo eth1 0 0 1 100
rennes abacus18 eth0 0 0 13 24
rennes abacus18 eth0 0 0 13 17
rennes abacus20 eth0 0 0 13 19
rennes abacus25 eth0 0 0 13 24
rennes roazhon4 eth0 0 0 14 3
......
......@@ -12,18 +12,9 @@ nodes:
deploy: true
besteffort: true
max_walltime: 0
architecture:
nb_procs: 2
nb_cores: 32
nb_threads: 64
platform_type: x86_64
bios:
vendor: Dell Inc.
processor:
microarchitecture: Zen 2
clock_speed: 2300000000
other_description: AMD EPYC 7352 24-Core Processor
memory_devices: []
software:
standard-environment: debian11-x64-std
management_tools:
......@@ -31,31 +22,22 @@ nodes:
network_adapters:
bmc:
interface: Ethernet
management: true
enabled: true
mountable: false
mounted: false
mac: 70:b5:e8:de:e4:08
ip: 172.17.109.18
eth0:
interface: Ethernet
enabled: true
mountable: true
mounted: true
mac: F4:02:70:B9:60:4E
ip: 172.16.109.18
eth1:
interface: Ethernet
enabled: false
mountable: false
mounted: false
eth2:
interface: Ethernet
enabled: false
mountable: false
mounted: false
eth3:
interface: Ethernet
enabled: false
mountable: false
mounted: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment