Increase nbody test cases

This commit is contained in:
Rodrigo Arias 2020-10-16 15:56:28 +02:00
parent 1bd9cb6c0f
commit 308673f7f6

View File

@ -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;