nbody: add strong scaling experiment

This commit is contained in:
Antoni Navarro
2021-03-26 18:16:17 +01:00
committed by Rodrigo Arias Mallo
parent 58294d4467
commit 03298228e4
4 changed files with 122 additions and 24 deletions

View File

@@ -10,6 +10,7 @@
nbody = rec {
granularity = callPackage ./nbody/granularity-mpi.nix { };
nodesorsockets = callPackage ./nbody/nodes-or-sockets-mpi.nix { };
scaling = callPackage ./nbody/strong-scaling-mpi.nix { };
};
saiph = {