LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Michael Sabielny (sabielny_at_[hidden])
Date: 2003-11-19 11:20:03


Hi,

during a valgrind debug session with a small parallel program I noticed this
message from valgrid:

==13513== Source and destination overlap in memcpy(0x435feebc, 0x435feebc, 8)
==13513== at 0x40025BD5: memcpy (mac_replace_strmem.c:95)
==13513== by 0x82716E4: lam_memcpy (in
/home/tems/concept.f90/be/pconcept.be)

I am using a self compiled version of LAM, configured with these options:
./configure --prefix=/opt/intel/compiler70/lam \
            --with-prefix-memcpy \
            --with-purify \
            --with-trillium \
            --with-rsh=rsh \
            --with-tm=/opt/pbs

As you see LAM uses the prefix-memcpy-feature as well as the purify feature
for usage of LAM together with valgrind. Does this message point to a
possible bug or is it a wanted behavior?

Regards,
Michael