-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: mpi.h: No such file or directory #114
Comments
Run |
Same error and I'm using mac. |
mac |
On Ubuntu: |
For those who needs to install software on remote/HPC server, to solve the error, you just need to load MPI library / package before installing the software.
|
For RedHat and CentOS:
|
Glad I found this thread this worked for me! |
On Amazon Linux 2023, try this:
|
_configtest.c:2:17: fatal error: mpi.h: No such file or directory
#include <mpi.h>
^
compilation terminated.
failure.
removing: _configtest.c _configtest.o
error: Cannot compile MPI programs. Check your configuration!!!
The text was updated successfully, but these errors were encountered: