Compile ERROR: Dependency "mpi" not found, tried pkgconfig, config-tool and system #2115
zhaokuohaha
started this conversation in
General
Replies: 1 comment
-
I do not use windows, but have a look at this part of the installation manual: https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/#configuration-and-compilation locate the folder where mpic, mpicxx etc. are and add the folder to the environment variables MPICC and MPICXX so they can be found.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Compile MPI Version error on Windows
I can build successfully by run
py .\meson.py build
antninja.exe build install
, but it can't compile withpy .\meson.py build -Dwith-mpi=enabled
the error message :
meson-log.txt:
meson-log.txt
Bug report checklist
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions