Am 06.05.2012 00:54, schrieb Philippe Waroquiers: > On Sun, 2012-05-06 at 00:24 +0200, Martin Kalany wrote: >>> Valgrind documation states that "The MPI functions to be wrapped are >>> assumed to be in an ELF shared object with soname matching libmpi.so*. This >>> is known>to be correct at least for Open MPI and Quadrics MPI, and can >>> easily be changed if required." > Note that the documentation is slightly out of date, as the code > contains the pattern libmpi*.so* > (so as to match a.o. libmpich.so.1.0). > > Philippe Thanks a lot for your help Phillippe! You finally led me in the right direction: I found a workaround for the problem: I simply renamed libmpich.so to libmpi.so and the error was gone.
Nevertheless, valgrind doesn't print anything similar to "valgrind MPI wrappers 31901: Active for pid 31901 valgrind MPI wrappers 31901: Try MPIWRAP_DEBUG=help for possible options" as stated in the documentation. How do I know whether or not the mpi wrappers now work? Martin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
