We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mpirun --version mpirun (Open MPI) 5.0.5 (Build from release tarball)
Operating system/version: Rocky Linux 8.10
The option parser in mpirun gets confused by application args if no mpirun options are provided and takes the application args as his own options:
shell$ mpirun -n 1 /bin/true --version true (GNU coreutils) 8.30 ... # OK output shell$ mpirun /bin/true --version mpirun (Open MPI) 5.0.5 Report bugs to https://www.open-mpi.org/community/help/
The text was updated successfully, but these errors were encountered:
Yes, we know - noted and fixed. Just waiting for release.
Sorry, something went wrong.
No branches or pull requests
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
Operating system/version: Rocky Linux 8.10
Details of the problem
The option parser in mpirun gets confused by application args if no mpirun options are provided and takes the application args as his own options:
The text was updated successfully, but these errors were encountered: