Hi
It seems that you have mixed an "old" LAM-MPI installation with OpenMPI.
To make sure your OpenMPI installation is ok you could try to use the
complete path to mpirun:
/data1/cluster/openmpi/bin/mpirun -np 1 /tmp/openmpi-1.4.3/examples/ring_c
You should also make sure that the compile-com
hello all :
I installed the openmpi-1.4.3 on redhat as the following step :
1. ./configure --prefix=/data1/cluster/openmpi
2. make
3. make install
And I compiled the examples of openmpi-1.4.3 as the following
step :
1. make