diff --git a/data/grid5000/sites/rennes/clusters/abacus21/abacus21.json b/data/grid5000/sites/rennes/clusters/abacus21/abacus21.json new file mode 100644 index 0000000000000000000000000000000000000000..1c8b2238329962357e340074880a7c64ead9d687 --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus21/abacus21.json @@ -0,0 +1,16 @@ +{ + "boot_type": "bios", + "created_at": "Tue, 24 Oct 2023 00:00:00 GMT", + "exotic": false, + "kavlan": false, + "metrics": [ + + ], + "model": "Dell PowerEdge R7525", + "queues": [ + "admin", + "testing" + ], + "type": "cluster", + "uid": "abacus21" +} \ No newline at end of file diff --git a/data/grid5000/sites/rennes/clusters/abacus21/nodes/abacus21-1.json b/data/grid5000/sites/rennes/clusters/abacus21/nodes/abacus21-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b0791fa68279304d7c23cb85f987a0536254d283 --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus21/nodes/abacus21-1.json @@ -0,0 +1,96 @@ +{ + "architecture": { + "nb_cores": 48, + "nb_procs": 2, + "nb_threads": 96, + "platform_type": "x86_64" + }, + "bios": { + "vendor": "Dell Inc." + }, + "exotic": false, + "main_memory": { + }, + "management_tools": { + "bmc_vendor_tool": "racadm", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + + ], + "network_adapters": [ + { + "device": "eth0", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.109.21", + "ip6": "2001:660:4406:700:e::15", + "kavlan": false, + "mac": "b0:7b:25:d4:a7:a8", + "mountable": true, + "mounted": true, + "network_address": "abacus21-1.rennes.grid5000.fr", + "switch": null, + "switch_port": null + }, + { + "device": "eth1", + "enabled": false, + "interface": "Ethernet", + "kavlan": false, + "mountable": false, + "mounted": false + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.109.21", + "kavlan": false, + "mac": "b0:7b:25:df:e2:4e", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "abacus21-1-bmc.rennes.grid5000.fr" + } + ], + "performance": { + "core_flops": 51200000000, + "node_flops": 2457600000000 + }, + "processor": { + "cache_l1": null, + "clock_speed": 3200000000, + "microarchitecture": "Zen 2", + "other_description": "AMD EPYC 7F72 24-Core Processor" + }, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2023092009", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/dummy", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 0, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "abacus21-1" +} \ No newline at end of file diff --git a/input/grid5000/sites/rennes/clusters/abacus21/abacus21.yaml b/input/grid5000/sites/rennes/clusters/abacus21/abacus21.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9145f5ac36cf6d7d704464f1724866bf64e995aa --- /dev/null +++ b/input/grid5000/sites/rennes/clusters/abacus21/abacus21.yaml @@ -0,0 +1,58 @@ +model: Dell PowerEdge R7525 +created_at: 2023-10-24 +kavlan: false +boot_type: bios +exotic: false +queues: + - admin + - testing +nodes: + abacus21-1: + supported_job_types: + deploy: true + besteffort: true + max_walltime: 0 + architecture: + nb_procs: 2 + nb_cores: 48 + nb_threads: 96 + platform_type: x86_64 + bios: + vendor: Dell Inc. + processor: + microarchitecture: Zen 2 + clock_speed: 3200000000 + other_description: AMD EPYC 7F72 24-Core Processor + memory_devices: [] + software: + standard-environment: debian11-x64-std + management_tools: + bmc_vendor_tool: racadm + network_adapters: + bmc: + mac: b0:7b:25:df:e2:4e + ip: 172.17.109.21 + interface: Ethernet + management: true + enabled: true + mountable: false + mounted: false + eth0: + mac: b0:7b:25:d4:a7:a8 + ip: 172.16.109.21 + interface: Ethernet + enabled: true + mountable: true + mounted: true + eth1: + interface: Ethernet + enabled: false + mountable: false + mounted: false + storage_devices: + disk0: + id: disk0 + interface: SAS + storage: SSD + model: unknown + by_path: "/dev/disk/by-path/dummy"