All the installation problems are overlooked in our FAQ. The pointer to the FAQ is the following http://www.open-mpi.org/faq/. For all questions related to the installation of Open MPI please refer to http://www.open-mpi.org/faq/?category=running. As far as I see, the answer to your question is already there (http://www.open-mpi.org/ faq/?category=running#adding-ompi-to-path).

  Thanks,
    george.

On Nov 1, 2006, at 3:17 AM, calin pal wrote:

sir,
in four machine of our college i have installed in this way..that i m sending u....
i start four machine from root...
then i installed the openmpi1.1.1 -tar.gz using the commands.....
>>tar -xvzf openmpi-1.1.1
>>cd openmpi-1.1.1
>>./configure --prefix=/usr/local
>>make
>>make all install
>>ompi_info
that i did in root

then according to u r suggestion i went to user(where i did my program jacobi.c)
gave the password
then i wrote
>>cd .bashrc
>>export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
>>source .bashrc
>>mpicc mpihello.c -o mpihello
>>mpirun -np 4 mpihello

after did all this thing i m getting the problem libmpi:so file ......mpihello is not working

what i supposed to do???????

should i have to install again????

sir,please tell me the proper insatallation according to my problem........

calin..
fergusson college
msc.tech
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to