forked from rarias/bscpkgs
WIP stage redesign
This commit is contained in:
17
garlic/machines.nix
Normal file
17
garlic/machines.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
stdenv
|
||||
}:
|
||||
|
||||
{
|
||||
# MareNostrum 4 configuration
|
||||
mn4 = {
|
||||
config = {
|
||||
name = "mn4";
|
||||
nixPrefix = "/gpfs/projects/bsc15/nix";
|
||||
cachelineBytes = 64;
|
||||
march = "skylake-avx512";
|
||||
mtune = "skylake-avx512";
|
||||
};
|
||||
# TODO: Add the specific details for SLURM and the interconection here
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user