On 13 Jan 2010, at 12:03, Federico Golfrè Andreasi wrote:

> It happens also when using the tool Ptrcheck.

> Does it support parallel debugging?

The fact that you are running it in parallel has no bearing on the behaviour of 
Valgrind, each valgrind process neither knows nor cares that any other valgrind 
processes exist.  This is true regardless of the tool you use.

The only bearing running in parallel has is in how you see the output, you 
might want to use option --log-file=app.loq.%q{OMPI_RANK} to send the output 
from each process into a distinct log file.

Ashley,
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to