creams: reduce granularity combinations to 8

This commit is contained in:
Pedro Martinez 2021-03-16 20:19:45 +01:00
parent a55019c6ef
commit d27c696259
5 changed files with 0 additions and 5 deletions

View File

@ -12,7 +12,6 @@ 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"; }

View File

@ -20,7 +20,6 @@ let
{ nodes=16 ; nprocz=32 ; granul= 5; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul= 4; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul= 2; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul= 1; time= "02:00:00"; }
];
gitBranch = [

View File

@ -12,7 +12,6 @@ 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"; }

View File

@ -20,7 +20,6 @@ let
{ nodes=4 ; nprocz=8 ; granul= 5; time= "02:00:00"; }
{ nodes=4 ; nprocz=4 ; granul= 4; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul= 2; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul= 1; time= "02:00:00"; }
];
gitBranch = [

View File

@ -20,7 +20,6 @@ let
{ nodes=8 ; nprocz=16 ; granul= 5; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul= 4; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul= 2; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul= 1; time= "02:00:00"; }
];
gitBranch = [