stdexp: rename "name" to "clusterName"
This commit is contained in:
parent
422d359b48
commit
5c0f179830
@ -6,7 +6,7 @@
|
||||
# MareNostrum 4 configuration
|
||||
mn4 = {
|
||||
config = {
|
||||
name = "mn4";
|
||||
clusterName = "mn4";
|
||||
sshHost = "mn1";
|
||||
nixPrefix = "/gpfs/projects/bsc15/nix";
|
||||
march = "skylake-avx512";
|
||||
|
@ -94,8 +94,7 @@ rec {
|
||||
else {}
|
||||
) //
|
||||
{
|
||||
clusterName = machineConf.name;
|
||||
inherit (conf) nixPrefix;
|
||||
inherit (conf) nixPrefix clusterName;
|
||||
inherit nextStage;
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user