lulesh: add experiment with all variants

This commit is contained in:
2021-01-28 14:59:14 +01:00
parent 0f62151dcf
commit 9beda65778
2 changed files with 88 additions and 0 deletions

View File

@@ -90,4 +90,8 @@
slurm = {
cpu = callPackage ./slurm/cpu.nix { };
};
lulesh = {
test = callPackage ./lulesh/test.nix { };
};
}