Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit f729fc4006 - Show all commits

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 { };
};