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

Stop supporting MPI-1 functions removed in MPI-3 #29

Merged
merged 3 commits into from
Aug 31, 2021
Merged

Conversation

jpkenny
Copy link
Contributor

@jpkenny jpkenny commented Aug 31, 2021

Recent versions of OpenMPI will pass linking tests for MPI-1 functions that have been removed in MPI-3, so dumpi's configure thinks they exist. At compile time these get #defined into a static_assert and the build errors out. This PR removes support for those MPI-1 functions.

@jpkenny jpkenny merged commit 43d1c31 into devel Aug 31, 2021
@jpkenny jpkenny changed the title Remove mpi1 Stop supporting MPI-1 functions removed in MPI-3 Aug 31, 2021
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

Successfully merging this pull request may close these issues.

1 participant