From 5c0f179830ed921c1d416b032563325de108ecc9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 14 Jan 2021 12:25:32 +0100 Subject: [PATCH] stdexp: rename "name" to "clusterName" --- garlic/machines.nix | 2 +- garlic/stdexp.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/garlic/machines.nix b/garlic/machines.nix index 7b0167a..e2bdc54 100644 --- a/garlic/machines.nix +++ b/garlic/machines.nix @@ -6,7 +6,7 @@ # MareNostrum 4 configuration mn4 = { config = { - name = "mn4"; + clusterName = "mn4"; sshHost = "mn1"; nixPrefix = "/gpfs/projects/bsc15/nix"; march = "skylake-avx512"; diff --git a/garlic/stdexp.nix b/garlic/stdexp.nix index 4fa4278..3213980 100644 --- a/garlic/stdexp.nix +++ b/garlic/stdexp.nix @@ -94,8 +94,7 @@ rec { else {} ) // { - clusterName = machineConf.name; - inherit (conf) nixPrefix; + inherit (conf) nixPrefix clusterName; inherit nextStage; } );