From ad4df5e05d9bc71145354adb313c65e89290885d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Sep 2020 19:54:12 +0200 Subject: [PATCH] saiph: Up to 4 numcomm experiment --- garlic/exp/saiph/numcomm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic/exp/saiph/numcomm.nix b/garlic/exp/saiph/numcomm.nix index 384c346..ac17d9d 100644 --- a/garlic/exp/saiph/numcomm.nix +++ b/garlic/exp/saiph/numcomm.nix @@ -12,7 +12,7 @@ with stdenv.lib; let # Set variable configuration for the experiment varConfig = { - numComm = [ 1 ]; + numComm = [ 1 2 3 4 ]; }; # Common configuration