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

Add compat bounds for more packages #789

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

giordano
Copy link
Member

@giordano giordano commented Nov 3, 2023

No description provided.

MPIPreferences = "0.1.8"
MPItrampoline_jll = "5"
OpenMPI_jll = "4"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that we have version 5 as well, but at the moment there's something very broken, so it doesn't work:

julia> Base.BinaryPlatforms.HostPlatform()
Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.9.3, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.30}

julia> OpenMPI_jll.is_available()
false

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you using the OpenMPI binary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not using MPI, I just installed the OpenMPI_jll package.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we only load OpenMPI_jll if the appropriate preferences are set.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but this was failing in #788 to import OpenMPI_jll v5, no problem with v4. I honestly don't have the time to track that one down.

@giordano giordano merged commit ce49446 into JuliaParallel:master Nov 3, 2023
@giordano giordano deleted the mg/more-compat branch November 3, 2023 17:43
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.

2 participants