I'm not able to intall pyMPI, I don't know what I'm doing wrong. Please, I need help, I'm desperate.Attached config result
This is my config command
./configure --prefix=/opt/pyMPI --with-includes=-I/usr/include/openmpi-x86_64/ --with-python=/usr/bin/python2.6
Config looks OK... Try a
% make
% sudo make install
Hi Anista,
Can you send me more info?
Pat
On Friday, February 21, 2014, Anista Rembw anistarembw@users.sf.net wrote:
Related
Bugs: #35
Dear Patrick,
Thanks for your reply. Attached config and make exit
and make exit file
Thanks a lot in advanced
May I need some prerrequisites? what mpi version?
i've tried to install it in another machine, and I've found similar problems. Operating systes are Centos 6 and 5.
What other doc should I send you to help you to help me?
Thanks
The config errors seem to indicate that you are having some problems finding the Python 2.6 directories. If you have installed python, but not the python-devel package, you may need to do that.
yum install python26-devel
If you look in the config.log file, you will probably see the error, but it looks like it is just missing. Similarly, you may have to point at the mpicc (or at least have it in your path) to make sure that MPI will run. This explain most of the link errors and missing functions.
Let me know how this goes. I can help get this working for you.
Pat
Thank you Patrick, the problem was in a compilation line -lpython2.5 was missing.
Everything works perfectly now.
Thanks a lot!