Skip to content

Commit 24ce065

Browse files
authored
p4est: use mpiCheckPhaseHook (#385898)
2 parents 683f155 + 5c5accb commit 24ce065

File tree

1 file changed

+5
-0
lines changed
  • pkgs/development/libraries/science/math/p4est

1 file changed

+5
-0
lines changed

pkgs/development/libraries/science/math/p4est/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
p4est-withMetis ? true,
88
metis,
99
p4est-sc,
10+
mpiCheckPhaseHook,
1011
}:
1112

1213
let
@@ -56,6 +57,10 @@ stdenv.mkDerivation {
5657
doCheck
5758
;
5859

60+
nativeCheckInputs = lib.optionals mpiSupport [
61+
mpiCheckPhaseHook
62+
];
63+
5964
meta = {
6065
branch = "prev3-develop";
6166
description = "Parallel AMR on Forests of Octrees";

0 commit comments

Comments
 (0)