Add MN4 hw description
This commit is contained in:
parent
478535b4d1
commit
148c614540
@ -9,9 +9,14 @@
|
|||||||
name = "mn4";
|
name = "mn4";
|
||||||
sshHost = "mn1";
|
sshHost = "mn1";
|
||||||
nixPrefix = "/gpfs/projects/bsc15/nix";
|
nixPrefix = "/gpfs/projects/bsc15/nix";
|
||||||
cachelineBytes = 64;
|
|
||||||
march = "skylake-avx512";
|
march = "skylake-avx512";
|
||||||
mtune = "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
|
# TODO: Add the specific details for SLURM and the interconection here
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user