Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit dcb56643d5 - Show all commits

View File

@@ -364,6 +364,7 @@ let
ds = with bsc.garlic; with pp; {
nbody = with exp.nbody; {
baseline = merge [ baseline ];
small = merge [ small ];
jemalloc = merge [ baseline jemalloc ];
#freeCpu = merge [ baseline freeCpu ];
};
@@ -389,6 +390,10 @@ let
script = ./garlic/fig/nbody/baseline.R;
dataset = ds.nbody.baseline;
};
small = pp.rPlot {
script = ./garlic/fig/nbody/baseline.R;
dataset = ds.nbody.small;
};
jemalloc = pp.rPlot {
script = ./garlic/fig/nbody/jemalloc.R;
dataset = ds.nbody.jemalloc;