creams: bugfix in granularity values
This commit is contained in:
parent
d27c696259
commit
cb4d27aefb
@ -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"; }
|
||||
|
@ -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"; }
|
||||
|
@ -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"; }
|
||||
|
Loading…
Reference in New Issue
Block a user