forked from rarias/bscpkgs
test: add sigsegv after MPI_Finalize test
The current srun version used in MN4 returns 0 if the program crashes after MPI_Finalize, as shown by this test.
This commit is contained in:
@@ -214,9 +214,10 @@ let
|
||||
inherit self super bsc callPackage;
|
||||
};
|
||||
|
||||
# test = {
|
||||
test = {
|
||||
# hwloc = callPackage ./test/bugs/hwloc.nix { };
|
||||
# };
|
||||
sigsegv = callPackage ./test/reproducers/sigsegv.nix { };
|
||||
};
|
||||
});
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user