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 entri
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 and
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 Kubuntu Linux:
>
> faccioli@facciol
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
faccioli@faccioli-desktop:/usr/local/lib
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,