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 # Initial variable configuration
varConf = with bsc; { varConf = with bsc; {
# We need at least cpusPerNode blocks # We need at least cpusPerNode blocks
nblocks = [ 32 64 128 256 ]; nblocks = [ 4 8 16 32 64 128 256 512 ];
}; };
machineConfig = targetMachine.config; machineConfig = targetMachine.config;