We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I was trying to configure using
../configure CC=mpicc CXX=mpicxx --enable-libdumpi --prefix=/home/jon/Opt/dumpi
and then i got the error that:
checking whether mpi.h is found... configure: error: in /home/jon/sst-dumpi/build': configure: error: no See config.log' for more details
/home/jon/sst-dumpi/build': configure: error: no See
I cannot seem to find hints from config.log
Can anyone help me with the issue? I installed mpi on ubuntu16.04.
Thanks,
The text was updated successfully, but these errors were encountered:
This looks like a compiler issue. Autoconf/automake can generate strange error messages that have nothing to do with the actual error.
Easiest thing might be to send your config.log to [email protected]
Sorry, something went wrong.
Just did. Cause i am not sure if i can simply ignore that and make and make install.
No branches or pull requests
Hi all,
I was trying to configure using
../configure CC=mpicc CXX=mpicxx --enable-libdumpi --prefix=/home/jon/Opt/dumpi
and then i got the error that:
I cannot seem to find hints from config.log
Can anyone help me with the issue? I installed mpi on ubuntu16.04.
Thanks,
The text was updated successfully, but these errors were encountered: