p4est: use mpiCheckPhaseHook (#385898)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
p4est-withMetis ? true,
|
||||
metis,
|
||||
p4est-sc,
|
||||
mpiCheckPhaseHook,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -56,6 +57,10 @@ stdenv.mkDerivation {
|
||||
doCheck
|
||||
;
|
||||
|
||||
nativeCheckInputs = lib.optionals mpiSupport [
|
||||
mpiCheckPhaseHook
|
||||
];
|
||||
|
||||
meta = {
|
||||
branch = "prev3-develop";
|
||||
description = "Parallel AMR on Forests of Octrees";
|
||||
|
||||
Reference in New Issue
Block a user