Dear Valgrind users, 
I would like to debug an Mpi program with Valgrind, but I am having trouble 
configuring Valgrind with with Mpi. I found the path 
/opt/intel///impi/5.0.2.044/intel64/bin/ where mpicc is located, and configured 
Valgrind with

$./configure --prefix=/obs/username/valgrind/ 
--with-mpicc=/opt/intel///impi/5.0.2.044/intel64/bin/

but I get the following output

…
checking for mpicc... /opt/intel///impi/5.0.2.044/intel64/bin/mpicc
checking primary target for usable MPI2-compliant C compiler and mpi.h... no
checking secondary target for usable MPI2-compliant C compiler and mpi.h… no
…

I see that mpi.h is located in the /include directory of the path above

$ ls /opt/intel///impi/5.0.2.044/intel64/include/
gfortran  i_malloc.h  mpi.h  mpi.mod  mpi_base.mod  mpi_constants.mod  
mpi_sizeofs.mod  mpicxx.h  mpif.h  mpio.h  mpiof.h

Do you know how this could be fixed? 

Thank you for your help. 

Best,
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to