I installed OpenMPI-3.0 over an existing version of MPI, but in a separate directory as one of the four options recommended in the openMPI website
The installation seems to have worked fine but when I type ompi_info
on the terminal, I still get the information for version 1.10 in my terminal from which I assume mpirun will use the libraries from version 1.10 instead of MPI-3.0 . How can I enable and make sure
mpirun -np [number_of_procs] a.out
uses the newer version of MPI instead of old version ?