-
-
Notifications
You must be signed in to change notification settings - Fork 122
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 also mpiexec
and its path in versioninfo()
#887
base: master
Are you sure you want to change the base?
Conversation
I just realised we already print the name of the MPI launcher at Line 95 in 98f5198
Sys.wich would give you, and that's also only printed for "system" MPI. Should we remove that one? Similarly, Line 94 in 98f5198
Line 115 in 98f5198
|
Unrelated to this PR, something is horribly broken on
For the record, last successful run was with Julia Version 1.12.0-DEV.1263 Commit 17445fe752b (2024-09-29 09:41 UTC) (this may help with bisection). Version of OpenMPI_jll is v5.0.5+0 in both cases, so that doesn't seem to be relevant. |
I often want to quickly find out what's the pah of the
mpiexec
associated to the current environment and I'm always disappointed this isn't shown inversioninfo
, while I appreciate we show the full path oflibmpi
.