Fix one of the CPU Masks in the weak scaling experiment

This commit is contained in:
Antoni Navarro 2020-10-29 16:30:55 +01:00
parent 8b985de65d
commit 6ccc159487

View File

@ -11,7 +11,7 @@ with stdenv.lib;
let let
# Initial variable configuration # Initial variable configuration
varConf = with bsc; { 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 # Generate the complete configuration for each unit