First test experiment

This commit is contained in:
David Alvarez
2020-11-17 15:36:42 +01:00
committed by Rodrigo Arias Mallo
parent 37bd4c33f2
commit a0dac209e3
2 changed files with 82 additions and 0 deletions

View File

@@ -370,6 +370,10 @@ let
test = callPackage ./garlic/exp/heat/test.nix { };
};
bigsort = {
test = callPackage ./garlic/exp/bigsort/mpi+omp.nix { };
};
slurm = {
cpu = callPackage ./garlic/exp/slurm/cpu.nix { };
};