slurm: add sigsegv experiment

Ensure that we can catch a sigsegv signal before and after the
MPI_Finalize call.
This commit is contained in:
2021-04-06 15:28:27 +02:00
parent 71c06d02da
commit f842f1e01d
2 changed files with 60 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
slurm = {
cpu = callPackage ./slurm/cpu.nix { };
sigsegv = callPackage ./slurm/sigsegv.nix { };
};
lulesh = {