Cannot find mpi.h during the ninja installation #1692
Replies: 4 comments 8 replies
-
Hi,
What exactly did you do ?
It is not clear in which directory ? On Linux Ubuntu you may install |
Beta Was this translation helpful? Give feedback.
-
Please also read https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/ for more information. |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered exact same error. OS: WSL ubuntu-20.04 I compile meson by following I have mpi.h file following directory wsl$\Ubuntu-20.04\usr\lib\x86_64-linux-gnu\openmpi\include i installed pkg-config and add path by I have SU2 directory as follows \wsl$\Ubuntu-20.04\home\jeeyoungek\SU2 I really appreciate anyone's help |
Beta Was this translation helpful? Give feedback.
-
Below is pretty much I did python 3.8 gcc mpi pkg-config numpy, scipy brew swig install pip install mpi4py export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH" ./meson.py build -Dcustom-mpi=true -Denable-pywrapper=true |
Beta Was this translation helpful? Give feedback.
-
Hi, I want to build SU2 from source using meson and ninja. After I enabled mpi and tried to install by typing "./ninja -C build install" an error occurs:
All the error output is due to this problem of missing mpi.h, but I can confirm that mpi.h is in that directory.
Beta Was this translation helpful? Give feedback.
All reactions