Archived
1
0
forked from rarias/bscpkgs

Add nbody package (not working yet)

This commit is contained in:
2020-06-29 16:42:25 +02:00
parent 9a5759c45e
commit 08a3512bf1
2 changed files with 36 additions and 0 deletions

View File

@@ -73,6 +73,13 @@ let
inherit mpi tampi;
};
# Apps for Garlic
nbody = callPackage ./bsc/apps/nbody/default.nix {
stdenv = pkgs.gcc9Stdenv;
inherit mpi tampi;
nanos6 = nanos6-git;
};
# Patched nix for deep cluster
inherit (callPackage ./bsc/nix/default.nix {
storeDir = "/nix/store";