-
Notifications
You must be signed in to change notification settings - Fork 62
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
Drop MPI1 usage #77
Comments
opened pull request #78 |
Apart from MPI_Address, did you find any other deprecated usage ? I just installed openmpi 4.0.0 and it went ok. Thanks |
merged in develop |
Bug there is a problem: OpenMPI is supposed to set MPI_VERSION to 3 (for 4.0) and MPI_Address is protected according to MPI_VERSION >= 2. So I'm gonna install openMPI 4.0 |
Just past the test with th 4.0 version of OpenMPI. How did you get that error message ? It seems you're using OpenMPI 4.0, was is modified ? Thanks |
Compilation of Boost MPI using code fails with OpenMPI 4.0. For example:
The text was updated successfully, but these errors were encountered: