Skip to content

Commit

Permalink
Print libmpi dlpath in versioninfo (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored Jul 29, 2023
1 parent 3882775 commit 48dd78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implementations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function versioninfo()
println()
println("Library information:")
println(" libmpi: ", API.libmpi)
println(" libmpi dlpath: ", Libdl.dlpath(API.libmpi))
println(" MPI version: ", Get_version())
println(" Library version: ")
for line in split(Get_library_version(), '\n')
Expand Down

2 comments on commit 48dd78c

@simonbyrne
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/88629

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.20.13 -m "<description of version>" 48dd78c4c08542420f639fc6d3682532bbb69d8e
git push origin v0.20.13

Please sign in to comment.