Hi,
    I'm trying to build valgrind for testing some simple MPI programs;
however,  when building valgrind everything but the libmpiwrap_<platform>.so
builds. The error that I'm getting is:

-----
mpicc    -I../include  -g -O -fno-omit-frame-pointer -Wall -fpic -m64  -MT
libmpiwrap_amd64_linux_so-libmpiwrap.o -MD -MP -MF
.deps/libmpiwrap_amd64_linux_so-libmpiwrap.Tpo -c -o
libmpiwrap_amd64_linux_so-libmpiwrap.o `test -f 'libmpiwrap.c' || echo
'./'`libmpiwrap.c
pgcc-Error-Unknown switch: -fno-omit-frame-pointer
pgcc-Error-Unknown switch: -Wall
pgcc-Error-Unknown switch: -MT
pgcc-Error-Unknown switch: -MP
pgcc-Error-Unknown switch: -MF
make[2]: *** [libmpiwrap_amd64_linux_so-libmpiwrap.o] Error 1
make[2]: Leaving directory
`/autofs/na1_home/janjust/valgrind/valgrind_sources/valgrind_clean_src/mpi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/autofs/na1_home/janjust/valgrind/valgrind_sources/valgrind_clean_src'
make: *** [all] Error 2
-bash-3.2$ 
-------

Also when I ran ./configure --prefix=
I get this when it's testing for compliant C compilers:

------
checking primary target for usable MPI2-compliant C compiler and mpi.h...
yes, mpicc
checking secondary target for usable MPI2-compliant C compiler and mpi.h...
no
------

I've searched forums with similar discussion topics with no luck.
Any suggestions on how to tackle this? Any pointers would be greatly
appreciated.

Thanks!





-- 
View this message in context: 
http://old.nabble.com/Valgrind-MPI-fails-to-build-libmpiwrapers-tp31948567p31948567.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to