>
> 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
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
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
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