Re: [OMPI users] libmpi.so.0 problem

2007-08-14 Thread Tim Prins
I meant to say, "exporting the variables is *not* good enough". Tim Tim Prins wrote: In general, exporting the variables is good enough. You really should be setting the variables in the appropriate shell (non-interactive) login scripts, such as .bashrc (I again point you to the same FAQ

Re: [OMPI users] libmpi.so.0 problem

2007-08-14 Thread Tim Prins
In general, exporting the variables is good enough. You really should be setting the variables in the appropriate shell (non-interactive) login scripts, such as .bashrc (I again point you to the same FAQ entries for more information: http://www.open-mpi.org/faq/?category=running#run-prereqs

Re: [OMPI users] libmpi.so.0 problem

2007-08-14 Thread Durga Choudhury
Did you export your variables? Otherwise the child shell that forks the MPI process will not inherit it. On 8/14/07, Rodrigo Faccioli wrote: > > Thanks, Tim Prins for your email. > > However It did't resolve my problem. > > I set the enviroment variable on my

Re: [OMPI users] libmpi.so.0 problem

2007-08-14 Thread Rodrigo Faccioli
Thanks, Tim Prins for your email. However It did't resolve my problem. I set the enviroment variable on my Kubuntu Linux: faccioli@faccioli-desktop:/usr/local/lib$ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/bin

Re: [OMPI users] libmpi.so.0 problem

2007-08-14 Thread Tim Prins
You need to set your LD_LIBRARY_PATH. See these FAQ entries: http://www.open-mpi.org/faq/?category=running#run-prereqs http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path Tim Rodrigo Faccioli wrote: Hi, I need to know what I can resolve my problem. I'm starting my study on mpi,