Re: [OMPI users] *** An error occurred in MPI_Init

2009-05-11 Thread Josh Hursey
). Should I use this? 2) DO you think it's better to install openmpi in /usr/local/openmpi and blcr in/usr/local/blcr? 3) If so, how do i uninstall the one i have already? Thank you Kritiraj --- On Fri, 5/8/09, Gus Correa wrote: From: Gus Correa Subject: Re: [OMPI users] *** An

Re: [OMPI users] *** An error occurred in MPI_Init

2009-05-08 Thread Kritiraj Sajadah
/blcr? 3) If so, how do i uninstall the one i have already? Thank you Kritiraj --- On Fri, 5/8/09, Gus Correa wrote: > From: Gus Correa > Subject: Re: [OMPI users] *** An error occurred in MPI_Init > To: "Open MPI Users" > Date: Friday, May 8, 2009, 6:33 PM > P

Re: [OMPI users] *** An error occurred in MPI_Init

2009-05-08 Thread Gus Correa
PS - Kritiraj Reading your message more carefully, I saw that you did this: Open the $HOME/.bashrc and added the following: PATH="/usr/local/include:$PATH" LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" However, this is what you should have done: Open the $HOME/.bashrc and

Re: [OMPI users] *** An error occurred in MPI_Init

2009-05-08 Thread Gus Correa
Hi Kritiraj This looks like as many other errors reported on this list that are caused by using the wrong MPI compiler wrappers or the wrong mpirun/mpiexec. Typically this is caused by a PATH environment variable that is pointing to the wrong executables (mpicc, mpirun). Most Linux distributions,

[OMPI users] *** An error occurred in MPI_Init

2009-05-08 Thread Kritiraj Sajadah
Dear All, I have install and configured openmpi with BLCR on my laptop: 1) configure and install blcr ./configure --prefix=/usr/local/ --enable-debug=yes --enable-libcr-tracing=yes --enable-kernel-tracing=yes --enable-testsuite=yes --enable-all-static=yes --enable-static=yes make ma