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

Print libmpi dlpath in versioninfo #757

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Print libmpi dlpath in versioninfo #757

merged 1 commit into from
Jul 29, 2023

Conversation

simonbyrne
Copy link
Member

No description provided.

@@ -113,6 +113,7 @@ function versioninfo()
println()
println("Library information:")
println(" libmpi: ", API.libmpi)
println(" libmpi dlpath: ", Libdl.dlpath(API.libmpi))
Copy link
Member

@giordano giordano Jul 29, 2023

Choose a reason for hiding this comment

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

This is good, but should we also have a constant libmpi_path in the API submodule? We already have that for JLLs, we should need to add it only for system libmpi.

@simonbyrne simonbyrne merged commit 48dd78c into master Jul 29, 2023
41 of 46 checks passed
@simonbyrne simonbyrne deleted the sb/libmpi-dlpath branch July 29, 2023 20:45
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