From: Greg W. <gw...@la...> - 2005-06-16 18:52:47
|
I don't know of anyone using it, but it seems to me that the simplest way would be to NFS mount a filesystem on the nodes. That way valgrind will be able to find the executable. Otherwise you could copy the foo executable to the node using bpcp. Greg On Jun 16, 2005, at 12:30 PM, Julian Seward wrote: > > Valgrind is a GPL'd tool suite for doing memory debugging and > profiling > on x86-linux and amd64-linux. We are looking into the issue of making > Valgrind work well on BProc and hence on MPI. > > I'd like to re-ask Ceri's question: has anyone used or tried to use > Valgrind over BProc? If so, what did you have to do to make it work? > > Thanks, > > J > > >> From: Cerion Armour-Brown <cerion@op...> >> Subject: valgrind & bproc >> Date: 2005-05-30 01:40 >> Hi, >> I"m a developer working on Valgrind, and I"m trying to work out >> the best way >> to use valgrind with bproc. >> >> Does anyone already do this? (Directly with bproc - not via mpi). >> If so, I"d really appreciate some details on how you"ve set this up. >> >> I understand that using valgrind with mpirun is fairly >> straightforward >> (though >> I haven"t set up mpi yet to try it out). From what I"ve read, it >> seems >> valgrind must be accessible from the nodes (nfs, or whatever), but >> the >> program to run is migrated from the master, yes? >> >> Using bpsh, I don"t see how I can avoid needing both valgrind, and >> the >> program >> to run, accessible from the nodes, since running >> $ bpsh -a valgrind foo >> will migrate valgrind, then, on the nodes, valgrind will look for >> foo. >> Valgrind is unlike gdb in that you cannot "attach" it once the >> program has >> started. So the trick used for gdb (bpsh -a foo, find foo"s pid, >> attach >> gdb) >> won"t work. >> >> Any pointers much appreciated, >> Cerion >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > BProc-users mailing list > BPr...@li... > https://lists.sourceforge.net/lists/listinfo/bproc-users > |