Easiest solution: just add valgrind into the cmd line

mpirun <options> valgrind <valgrind-options> ./my_app


On Nov 16, 2012, at 3:37 PM, "Tom Bryan (tombry)" <tom...@cisco.com> wrote:

>> If I want to run valgrind on my processes, what steps should be
>> taken?  I'm currently more interested in running valgrind on the
>> slave processes.
> 
> I've never done it, but have you looked at the following FAQs?
> http://www.open-mpi.org/faq/?category=debugging
> 
> ---Tom
> 
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to