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

rose mpi-launch breaks if ROSE_LAUNCHER contains spaces #2573

Closed
dpmatthews opened this issue Mar 29, 2022 · 0 comments · Fixed by #2574
Closed

rose mpi-launch breaks if ROSE_LAUNCHER contains spaces #2573

dpmatthews opened this issue Mar 29, 2022 · 0 comments · Fixed by #2574
Assignees
Labels
Milestone

Comments

@dpmatthews
Copy link
Member

Rose 2019.01.5:

$ export ROSE_LAUNCHER="mpiexec"
$ rose mpi-launch -v true
[INFO] exec /path/to/mpiexec -n 1 /usr/bin/true
$ export ROSE_LAUNCHER=" mpiexec"
$ rose mpi-launch -v true
[INFO] exec /path/to/mpiexec -n 1 /usr/bin/true
$ export ROSE_LAUNCHER="time mpiexec"
$ rose mpi-launch -v true
[INFO] exec /usr/bin/time /path/to/mpiexec /usr/bin/true
...

Rose 2.0rc2:

$ export ROSE_LAUNCHER="mpiexec"
$ rose mpi-launch -v true
[INFO] exec /path/to/mpiexec -n 1 /usr/bin/true
$ export ROSE_LAUNCHER=" mpiexec"
$ rose mpi-launch -v true
[FAIL] ROSE_LAUNCHER:  mpiexec: command not found
[FAIL] exit 1
$ export ROSE_LAUNCHER="time mpiexec"
$ rose mpi-launch -v true
[FAIL] ROSE_LAUNCHER: time mpiexec: command not found
[FAIL] exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants