diff --git a/garlic/exp/nbody/tampi.nix b/garlic/exp/nbody/tampi.nix index eb23db1..df60b65 100644 --- a/garlic/exp/nbody/tampi.nix +++ b/garlic/exp/nbody/tampi.nix @@ -12,7 +12,7 @@ let # Initial variable configuration varConf = with bsc; { # We need at least cpusPerNode blocks - nblocks = [ 32 64 128 256 ]; + nblocks = [ 4 8 16 32 64 128 256 512 ]; }; machineConfig = targetMachine.config;