[Bug 419467] Re: valgrind reports a problem with mpich and ld-2.9.so library

gcordoba gcordobaguerrero at gmail.com
Tue Sep 8 16:06:29 UTC 2009


Hi,
I found a partial solution. The problem is on the mpich installation. It installed mpi.h on several places and when mpi is called any program that use it becomes confused.
I discover this during an installation checking by looking the .configure.log. It showed me that the library -lmpich was not found. Thus I just put some flags to the configure process (thanks to Dinesh Kumar from the University at Buffalo): 
./configure CPPFLAGS=-I/usr/lib/mpich/include/ LDFLAGS='-L/usr/lib/mpich/lib -lmpich'

This is a particular solution for my program. I do not know how to fix this for other programs.
Gus

-- 
valgrind reports a problem with mpich and ld-2.9.so library
https://bugs.launchpad.net/bugs/419467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list