Hi Ehsan
You didn't tell the details of how you configured and installed Open MPI.
However, you must point the configuration --prefix to the installation
directory, say:
./configure --prefix=/opt/openmpi-1.8.8
In addition, the installation directory must be *different* from the
directory where
Ehsan,
how did you try to install openmpi ?
shall i assume you download a tarball, and ran configure && make install ?
can you post the full commands you ran ?
are you installing as root ? or did you run sudo make install ?
if not, do you have write access to the /opt/openmpi-1.8.8 directory ?
hi,
my dear friends
i tried to upgrade my openmpi version from 1.2.8 to 1.8.8
but after installing it on different directory "/opt/openmpi-1.8.8/" when i
enter mpirun its version is 1.2.8
and after installing the directory "/opt/openmpi-1.8.8/" is empty!!
so what should i do for installing and usi