Re: communication pattern causes corrupted data

Greg Lindahl <[email protected]> Tue, 25 Mar 2003 22:58:06 -0800
Newsgroups gmane.network.myrinet.general
Message-ID <[email protected]>
By the way, the quick way to see what memcopy() etc are actually using
is to use ar to extract the appropriate .o from libc.a (you can figure
out which .o using nm), and then run "objdump -xd foo.o" and read the
assembly. Trust no one, keep your laser handy, and don't use the source.

-- greg