Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] MPI Recv buffers in PTP Debug?

MPI provides as profiling interface that allows you to intercept any MPI operations and collect any information that you want. You could use this to log send/receive calls to a file, for example. I believe that the gEclipse project (http://www.eclipse.org/geclipse) may have something to do this.

Greg

On Jun 18, 2008, at 7:00 AM, Ventsislav Petkov wrote:

Hi all,

is there a way to look at the contents of the MPI Recv buffers of the different processes using PTP Debug? Is there another way to track the sent/received messages?

Thanks,
V. Petkov
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top