Skip to content
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

Misdetection of MPI #25

Open
roystgnr opened this issue Mar 26, 2020 · 0 comments
Open

Misdetection of MPI #25

roystgnr opened this issue Mar 26, 2020 · 0 comments

Comments

@roystgnr
Copy link
Member

I could have sworn we had these synched up properly now, but I've got a system where libMesh manages to autodetect MPI but TIMPI fails. TIMPI tries the PETSc-snooped flags, and for whatever reason with this PETSc module it finds include flags but not linker flags. Then when it tries the include flags with CXX=g++ and without linker flags the compilation fails, and TIMPI incorrectly disables MPI rather than trying with mpicxx or mpic++.

This isn't an urgent issue (configuring with CXX=mpicxx works fine) but we should look into it after we're done with the m4 repository refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant