From 6ccc159487e5dcfada68d80554fe2c046b7ef617 Mon Sep 17 00:00:00 2001 From: Antoni Navarro Date: Thu, 29 Oct 2020 16:30:55 +0100 Subject: [PATCH] Fix one of the CPU Masks in the weak scaling experiment --- garlic/exp/nbody/weak-scaling-oss.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic/exp/nbody/weak-scaling-oss.nix b/garlic/exp/nbody/weak-scaling-oss.nix index 07ebd08..a96d708 100644 --- a/garlic/exp/nbody/weak-scaling-oss.nix +++ b/garlic/exp/nbody/weak-scaling-oss.nix @@ -11,7 +11,7 @@ with stdenv.lib; let # Initial variable configuration varConf = with bsc; { - cpuMask = [ "0x1" "0x3" "0xf" "0xff" "0xffff" "0xfffffff" "0xffffffffffff" ]; + cpuMask = [ "0x1" "0x3" "0xf" "0xff" "0xffff" "0xffffffff" "0xffffffffffff" ]; }; # Generate the complete configuration for each unit