nbody: update granularity tests

This commit is contained in:
Antoni Navarro
2021-03-24 10:12:05 +01:00
committed by Rodrigo Arias Mallo
parent 3e197da8a3
commit ea66d7e4e0
5 changed files with 143 additions and 65 deletions

View File

@@ -30,11 +30,12 @@ let
in
{
nbody = with exp.nbody; {
baseline = stdPlot ./nbody/baseline.R [ baseline ];
small = stdPlot ./nbody/baseline.R [ small ];
jemalloc = stdPlot ./nbody/jemalloc.R [ baseline jemalloc ];
ctf = stdPlot ./nbody/baseline.R [ ctf ];
scaling = stdPlot ./nbody/baseline.R [ scaling ];
baseline = stdPlot ./nbody/baseline.R [ baseline ];
small = stdPlot ./nbody/baseline.R [ small ];
jemalloc = stdPlot ./nbody/jemalloc.R [ baseline jemalloc ];
ctf = stdPlot ./nbody/baseline.R [ ctf ];
scaling = stdPlot ./nbody/baseline.R [ scaling ];
granularity = stdPlot ./nbody/granularity.R [ granularity ];
};
hpcg = with exp.hpcg; {