[OMPI users] openmpi-1.8.4 on OSX, mpirun execution error.

2015-02-25 Thread Javier Mas Solé
I have a fresh install of openmpi-1.8.4 in a Mac with OSX-10.9.5. It compiled and installed fine. I have a Fortran code that runs perfectly on another similar machine with openmpi-1.6.5. It compiled without error in the new Mac. When I want to mpirun, it gives the following message below.

Re: [OMPI users] openmpi-1.8.4 on OSX, mpirun execution error.

2015-02-25 Thread Javier Mas Solé
ll an older Open MPI. > > What you can probably do is > >rm -rf /usr/local/lib/openmpi > > This will completely delete *all* Open MPI plugins (both new and old) from > the /usr/local tree. > > Then re-install the 1.8.4 again, and see if that works for you. > >