We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611792c commit d3a75d4Copy full SHA for d3a75d4
.github/workflows/build.yml
@@ -66,6 +66,11 @@ jobs:
66
# shellcheck disable=SC2086
67
./firedrake/scripts/firedrake-install \
68
$COMPLEX \
69
+ --mpicc="$MPICH_DIR"/mpicc \
70
+ --mpicxx="$MPICH_DIR"/mpicxx \
71
+ --mpif90="$MPICH_DIR"/mpif90 \
72
+ --mpiexec="$MPICH_DIR"/mpiexec \
73
+ --mpihome="$MPICH_DIR"/.. \
74
--venv-name firedrake_venv \
75
--no-package-manager \
76
--disable-ssh \
0 commit comments