creams: bugfix in granularity values

This commit is contained in:
Pedro Martinez 2021-03-22 12:34:49 +01:00
parent d27c696259
commit cb4d27aefb
3 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=1 ; nprocz=2 ; granul=256; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=128; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=64; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=37; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=32; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul=16; time= "02:00:00"; }
{ nodes=1 ; nprocz=2 ; granul= 9; time= "02:00:00"; }

View File

@ -12,9 +12,9 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=2 ; nprocz=4 ; granul=256; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=128; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=64; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=37; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=32; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul=16; time= "02:00:00"; }
{ nodes=2 ; nprocz=4 ; granul= 9; time= "02:00:00"; }

View File

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