exp: move exit1 experiment to slurm
This commit is contained in:
parent
bde54c69c5
commit
fb0dee4b61
@ -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 { };
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user