WIP: Add mpi, omp and mpi+omp experiments. See more.

Seems that gcc compilation with OpenMP throws an error. Investigate.
I think I've forgot to add an override of mpicxx compiler backend
This commit is contained in:
Raúl Peñacoba
2020-10-13 19:20:24 +02:00
parent 01b2584688
commit e20061254b
6 changed files with 139 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ let
# hpcg options
n = c.n;
cc = icc;
mpi = impi;
mpi = null; # TODO: Remove this for serial
gitBranch = "garlic/seq";
# Repeat the execution of each unit 30 times
@@ -59,5 +59,5 @@ let
pipeline = stdexp.stdPipeline ++ [ exec program ];
in
stdexp.genExperiment { inherit configs pipeline; }