SDB:Openmpi binaries not found in PATH
Situation
openmpi is installed but its commands like mpicc can't be found in the PATH and running 'mpi-selector --system --query' lists a registered implementation but running 'mpi-selector --list'returns empty.
Procedure
Note the openmpi implementation listed by the first call to mpi-selector. For this article we'll assume it's openmpi-1.2.8
Run
mpi-selector --unselect openmpi-1.2.8 --yes
rpm -e --nodeps openmpi-1.2.8
zypper in openmpi
After logging in anew the openmpi commands should be callable.