[OMPI users] Fwd: MPI error in a loop

2013-07-24 Thread Zhubq
> > Hi all, > > I got a problem when call MPI subroutines in a loop. For example, I have > Fortran codes to randomly > select 10 points in a 2D space domain and change the values at those points > near these 10 points to -10: > > real A( (100*rank+1):(100*rank+100),100 ) > real inmax(2),o

[OMPI users] errors testing openmpi1.6.5 ----

2013-07-24 Thread Yuping Sun
Dear All: I downloaded openmpi1.5.6 and installed on my linux workstation with the help of NASA engineer. Then I tried to test the openmpi installation, but get the following error message: [ysun@ysunrh mpi]$ which mpiexec /usr/local/openmpi1.6.5/bin/mpiexec [ysun@ysunrh mpi]$ mpiexec utils/MPI

Re: [OMPI users] errors testing openmpi1.6.5 ----

2013-07-24 Thread Gus Correa
Hi Yuping Did you set your PATH and LD_LIBRARY_PATH? Please, see these FAQ: http://www.open-mpi.org/faq/?category=running#run-prereqs http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path I hope this helps, Gus Correa On 07/24/2013 08:09 PM, Yuping Sun wrote: Dear All: I downloade

Re: [OMPI users] errors testing openmpi1.6.5 ----

2013-07-24 Thread Ralph Castain
If you list the /usr/local/openmpi1.6.5/lib directory, do you see the referenced libraries? On Jul 24, 2013, at 5:09 PM, Yuping Sun wrote: > Dear All: > > I downloaded openmpi1.5.6 and installed on my linux workstation with the help > of NASA engineer. Then I tried to test the openmpi insta