On Aug 26, 2011, at 1:12 PM CDT, Sayre, Alan N wrote:

> Yes the configure script simply hangs and won't complete successfully.
> 
> "mpicc" resolves to /opt/platform_mpi/bin/mpicc.
> 
> Eventually I need to run valgrind on my program. Any suggestions on how
> to get this to work?

Are you trying to use Valgrind with an MPI program *and* do you need the extra 
functionality provided by Valgrind's MPI wrappers?  If not then disabling 
Valgrind's MPI support ought to get things running.  Did my suggestion of 
"--without-mpicc" work for you?

Otherwise, if you do need the MPI wrappers then you'll probably need to figure 
out why your mpicc is hanging when Valgrind invokes it.  The config.log may 
show the command that the configure script is invoking.

-Dave


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to