exp: move exit1 experiment to slurm

This commit is contained in:
Rodrigo Arias Mallo 2021-04-16 09:15:08 +02:00
parent bde54c69c5
commit fb0dee4b61
2 changed files with 1 additions and 4 deletions

View File

@ -92,6 +92,7 @@
slurm = {
cpu = callPackage ./slurm/cpu.nix { };
sigsegv = callPackage ./slurm/sigsegv.nix { };
exit1 = callPackage ./slurm/exit1.nix { };
};
lulesh = {
@ -123,8 +124,4 @@
examples = {
granularity = callPackage ./examples/granularity.nix { };
};
test = {
exit1 = callPackage ./test/exit1.nix { };
};
}