From 308673f7f6b0ee1d113aaba865002626f32ed4e1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 16 Oct 2020 15:56:28 +0200 Subject: [PATCH] Increase nbody test cases --- garlic/exp/nbody/tampi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;