Archived
1
0
forked from rarias/bscpkgs

Testing sbatch job

This commit is contained in:
2020-07-31 18:47:33 +02:00
parent c7c8d858f4
commit 85c15e9f3f
3 changed files with 74 additions and 31 deletions

View File

@@ -14,16 +14,18 @@ let
mpptest = callPackage ./mpptest { };
ppong = callPackage ./ppong { };
ppong = callPackage ./ppong {
mpi = bsc.mpi;
};
nbody = callPackage ./nbody {
cc = pkgs.gcc7;
gitBranch = "garlic/seq";
};
runner = callPackage ./runner.nix {
app = null;
};
srunner = callPackage ./srunner.nix { };
ppong-job = srunner { app=ppong; };
exp = {
mpiImpl = callPackage ./experiments {