Skip to content
Snippets Groups Projects
Unverified Commit 7ecee48c authored by Rémi Lacroix's avatar Rémi Lacroix Committed by GitHub
Browse files

OpenMPI nolegacylaunchers: avoid a fork bomb (#15268)

Due to the use of backquotes, the replacement script for mpirun/mpiexec commands would recursively call itself, effectively causing a fork bomb.
parent 5329308b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ echo "This version of Spack (openmpi ~legacylaunchers schedulers=slurm) "
echo "is installed without the mpiexec/mpirun commands to prevent "
echo "unintended performance issues. See https://github.com/spack/spack/pull/10340 "
echo "for more details."
echo "If you understand the potential consequences of a misconfigured `mpirun`, you can"
echo "use spack to install `openmpi+legacylaunchers` to restore the executables."
echo "Otherwise, use `srun` to launch your MPI executables."
echo "If you understand the potential consequences of a misconfigured mpirun, you can"
echo "use spack to install 'openmpi+legacylaunchers' to restore the executables."
echo "Otherwise, use srun to launch your MPI executables."
exit 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment