-
Notifications
You must be signed in to change notification settings - Fork 4
fix: added symlink for prted #110
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
Conversation
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: f83ce29: fix: added symlink for prted
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Signed-off-by: Van Man NGUYEN <[email protected]>
f83ce29 to
2f1c5aa
Compare
|
Could you show the error message mpirun is reporting? Also what configure options were you using? |
I got this detailed error log by running salloc prterun hostname, which pointed me towards that symbolic linking for prted: Open MPI was built using this configure line: But I wasn't smart enough to keep the installation somewhere and overwrote it when I gave another shot at reproducing the bug today, and it seems I'm not reproducing it anymore, neither with the main, the v6.0.x tarballs or my git repo. Maybe it was because my environment or path wasn't clean enough and it tried to get the wrong version of the executables? I can close this PR if it was indeed an user bug. |
|
If you ran |
When building Open MPI v6.0.x and main with internal PRRTE, the generated binaries are named
ompi-prte-*, and then symlinked to their actual name. It seems the symbolic link was missing forprted, as mpirun was complaining about it.