nbody: refactor experiments into common.nix

This commit is contained in:
2021-04-20 16:14:44 +02:00
parent f729fc4006
commit e1433fedb8
7 changed files with 179 additions and 163 deletions

View File

@@ -9,8 +9,8 @@
{
nbody = rec {
granularity = callPackage ./nbody/granularity.nix { };
nodesorsockets = callPackage ./nbody/nodes-or-sockets-mpi.nix { };
scaling = callPackage ./nbody/strong-scaling-mpi.nix { };
ss = callPackage ./nbody/ss.nix { };
numa = callPackage ./nbody/numa.nix { };
};
saiph = {