forked from rarias/bscpkgs
slurm: add sigsegv experiment
Ensure that we can catch a sigsegv signal before and after the MPI_Finalize call.
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
|
||||
slurm = {
|
||||
cpu = callPackage ./slurm/cpu.nix { };
|
||||
sigsegv = callPackage ./slurm/sigsegv.nix { };
|
||||
};
|
||||
|
||||
lulesh = {
|
||||
|
||||
Reference in New Issue
Block a user