creams: redefine granularity experiments

This commit is contained in:
Pedro Martinez 2021-03-23 11:21:01 +01:00
parent bfc32ef4b7
commit 5cd9894636
5 changed files with 3 additions and 8 deletions

View File

@ -23,7 +23,6 @@ let
];
gitBranch = [
"garlic/mpi+send+omp+fork"
"garlic/mpi+send+omp+task"
"garlic/mpi+send+oss+task"
"garlic/mpi+isend+omp+task"

View File

@ -12,7 +12,6 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=16 ; nprocz=32 ; granul=128; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul=64; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul=32; time= "02:00:00"; }
{ nodes=16 ; nprocz=32 ; granul=16; time= "02:00:00"; }
@ -20,10 +19,10 @@ 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 = [
"garlic/mpi+send+omp+fork"
"garlic/mpi+send+omp+task"
"garlic/mpi+send+oss+task"
"garlic/mpi+isend+omp+task"

View File

@ -23,7 +23,6 @@ let
];
gitBranch = [
"garlic/mpi+send+omp+fork"
"garlic/mpi+send+omp+task"
"garlic/mpi+send+oss+task"
"garlic/mpi+isend+omp+task"

View File

@ -12,7 +12,6 @@ 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=32; time= "02:00:00"; }
{ nodes=4 ; nprocz=8 ; granul=16; time= "02:00:00"; }
@ -20,10 +19,10 @@ 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 = [
"garlic/mpi+send+omp+fork"
"garlic/mpi+send+omp+task"
"garlic/mpi+send+oss+task"
"garlic/mpi+isend+omp+task"

View File

@ -12,7 +12,6 @@ let
# Initial variable configuration
varConf = {
input = [
{ nodes=8 ; nprocz=16 ; granul=128; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul=64; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul=32; time= "02:00:00"; }
{ nodes=8 ; nprocz=16 ; granul=16; time= "02:00:00"; }
@ -20,10 +19,10 @@ 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 = [
"garlic/mpi+send+omp+fork"
"garlic/mpi+send+omp+task"
"garlic/mpi+send+oss+task"
"garlic/mpi+isend+omp+task"