nbody: rename granularity experiment file

This commit is contained in:
Rodrigo Arias Mallo 2021-04-06 19:02:33 +02:00
parent 03298228e4
commit f729fc4006
2 changed files with 1 additions and 1 deletions

View File

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