From 148c614540015160f6d771f1a8602c4e5a3d3e95 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 14 Oct 2020 16:24:56 +0200 Subject: [PATCH] Add MN4 hw description --- garlic/machines.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/garlic/machines.nix b/garlic/machines.nix index d5a0af2..fab56ed 100644 --- a/garlic/machines.nix +++ b/garlic/machines.nix @@ -9,9 +9,14 @@ name = "mn4"; sshHost = "mn1"; nixPrefix = "/gpfs/projects/bsc15/nix"; - cachelineBytes = 64; march = "skylake-avx512"; mtune = "skylake-avx512"; + hw = { + cpusPerNode = 48; + cpusPerSocket = 24; + socketsPerNode = 2; + cachelineBytes = 64; + }; }; # TODO: Add the specific details for SLURM and the interconection here };