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
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
The text was updated successfully, but these errors were encountered:
wxtim
Successfully merging a pull request may close this issue.
Rose 2019.01.5:
Rose 2.0rc2:
The text was updated successfully, but these errors were encountered: