You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have submitted a PR that fixes this issue. There was no code that handle this environment variable and we felt that it should stay so I've added some.
I tried using the
MPIEXEC_PREFIX_DEFAULT
environment variable (which is suggested on the man page) but it doesn't seem to have an effect:However the
-prepend-rank
option (which isn't mentioned on the man page, but is mentioned undermpiexec --help
) does work correctly:(Discovered in JuliaParallel/MPI.jl#360)
The text was updated successfully, but these errors were encountered: