Skip to content
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

mpirun using application options as mpirun options #12891

Open
cniethammer opened this issue Oct 29, 2024 · 1 comment
Open

mpirun using application options as mpirun options #12891

cniethammer opened this issue Oct 29, 2024 · 1 comment

Comments

@cniethammer
Copy link
Contributor

Background information

What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)

mpirun --version
mpirun (Open MPI) 5.0.5
(Build from release tarball)

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:

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/
@rhc54
Copy link
Contributor

rhc54 commented Oct 29, 2024

Yes, we know - noted and fixed. Just waiting for release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants