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

Use MPItrampoline as ABI name #550

Closed

Conversation

eschnett
Copy link
Contributor

See JuliaPackaging/Yggdrasil#4750. Both patches need to be applied simultaneously.

elseif startswith(version_string, "MPIwrapper")
impl = "MPIwrapper"
elseif startswith(version_string, "MPItrampoline")
impl = "MPItrampoline"
# MPIwrapper 2.2.2
if (m = match(r"^MPIwrapper Version:\t(\d+.\d+.\d+\w*)", version_string)) !== nothing
Copy link
Member

Choose a reason for hiding this comment

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

Does this need to be changed as well? It should match line 152.

@giordano
Copy link
Member

Duplicate of #549?

@vchuravy vchuravy closed this Apr 15, 2022
@vchuravy
Copy link
Member

Should all be on master :)

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.

4 participants