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

@@ -9,6 +9,8 @@
{
nbody = rec {
baseline = callPackage ./nbody/nblocks.nix { };
granularity = callPackage ./nbody/granularity-mpi.nix { };
scaling = callPackage ./nbody/scaling.nix { };
# Experiment variants
small = baseline.override {
@@ -25,10 +27,6 @@
};
};
scaling = callPackage ./nbody/scaling.nix {
particles = 12 * 4096;
};
};
saiph = {