From b900cb95f089ffa6b2f2055b8c8f41c491e23dd7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 30 Mar 2021 16:14:11 +0200 Subject: [PATCH] creams: make configurations unique --- garlic/exp/creams/granularity.nix | 4 ++-- garlic/exp/creams/ss.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/garlic/exp/creams/granularity.nix b/garlic/exp/creams/granularity.nix index d31b928..27f443d 100644 --- a/garlic/exp/creams/granularity.nix +++ b/garlic/exp/creams/granularity.nix @@ -75,9 +75,9 @@ let }; # Compute the array of configurations - configs = stdexp.buildConfigs { + configs = unique (stdexp.buildConfigs { inherit varConf genConf; - }; + }); # Custom srun stage to copy the creams input dataset customSrun = {nextStage, conf, ...}: diff --git a/garlic/exp/creams/ss.nix b/garlic/exp/creams/ss.nix index f152d6c..0194dec 100644 --- a/garlic/exp/creams/ss.nix +++ b/garlic/exp/creams/ss.nix @@ -75,9 +75,9 @@ let }; # Compute the array of configurations - configs = stdexp.buildConfigs { + configs = unique (stdexp.buildConfigs { inherit varConf genConf; - }; + }); # Custom srun stage to copy the creams input dataset customSrun = {nextStage, conf, ...}: