Fix one of the CPU Masks in the weak scaling experiment
This commit is contained in:
parent
8b985de65d
commit
6ccc159487
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user