creams: readjust granularity for strong scalability

This commit is contained in:
Pedro Martinez 2021-03-22 12:37:42 +01:00
parent cb4d27aefb
commit bfc32ef4b7

View File

@ -12,9 +12,9 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=1 ; nprocz=2 ; granul=37; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=19; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=10; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=16; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=16; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=9 ; time= "02:00:00"; }
{ nodes=8 ; nprocz=16; granul=9 ; time= "02:00:00"; }
{ nodes=16; nprocz=32; granul=9 ; time= "02:00:00"; }
];