fwi: add strong scalability tests

This commit is contained in:
2021-03-26 17:34:34 +01:00
parent aadce016e1
commit 3ef4a505d3
12 changed files with 997 additions and 10 deletions

View File

@@ -62,7 +62,10 @@ in
};
fwi = with exp.fwi; {
test = stdPlot ./fwi/test.R [ test ];
test = stdPlot ./fwi/test.R [ test ];
strong_scaling = stdPlot ./fwi/strong_scaling.R [ strong_scaling_task strong_scaling_forkjoin strong_scaling_mpionly ];
strong_scaling_io = stdPlot ./fwi/strong_scaling_io.R [ strong_scaling_io ];
granularity = stdPlot ./fwi/granularity.R [ granularity ];
};
osu = with exp.osu; {