From 48a61dc2928e324f5f332b3818c4178dc408e193 Mon Sep 17 00:00:00 2001 From: Antoni Navarro Date: Wed, 24 Mar 2021 10:16:54 +0100 Subject: [PATCH] nbody: update indexes --- garlic/exp/index.nix | 18 ------------------ garlic/fig/index.nix | 5 ----- 2 files changed, 23 deletions(-) diff --git a/garlic/exp/index.nix b/garlic/exp/index.nix index 814fd4a..17ace05 100644 --- a/garlic/exp/index.nix +++ b/garlic/exp/index.nix @@ -8,25 +8,7 @@ { nbody = rec { - baseline = callPackage ./nbody/nblocks.nix { }; granularity = callPackage ./nbody/granularity-mpi.nix { }; - scaling = callPackage ./nbody/scaling.nix { }; - - # Experiment variants - small = baseline.override { - particles = 12 * 4096; - }; - - # Some experiments with traces - trace = { - # Only one unit repeated 30 times - baseline = small.override { - enableCTF = true; - loops = 30; - steps = 1; - }; - - }; }; saiph = { diff --git a/garlic/fig/index.nix b/garlic/fig/index.nix index d9bb9bb..5ba49e5 100644 --- a/garlic/fig/index.nix +++ b/garlic/fig/index.nix @@ -30,11 +30,6 @@ 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 ]; granularity = stdPlot ./nbody/granularity.R [ granularity ]; };