verga
June 15, 2025, 3:57pm
1
I installed openmpi using zypper in openmpi openmpi-devel
. It installed 30 packages. Normally it should provide mpirun
or mpicc
, but these commands are not found. I tried to mpi-selector --set openmpi5
without success.
Any help would be appreciated!
hui
June 15, 2025, 4:06pm
2
You need to use the full path:
/usr/lib64/mpi/gcc/openmpi5/bin/mpirun
As i’m not an openmpi user, i don’t know how to use it properly, but by using the full path i get at least a program output.
verga
June 15, 2025, 4:20pm
3
OK, thank you!
However, normally commands should be in the bin/ path…
hui
June 15, 2025, 4:40pm
4
I do not know the reasons for it. But i found a thread from 9 years ago where it was the same.
Maybe another opnempi5 user can shed some light.
verga
June 15, 2025, 4:52pm
5
Yes, I also found this post… The problem is that impact the installation of other software; I can perhaps add it to my PATH.
hcvv
June 15, 2025, 7:26pm
6
That would be one solution. Creating an alias
is another.
system
Closed
July 15, 2025, 7:27pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.