|
From: <gt...@ma...> - 2004-02-18 13:56:16
|
> Does anyone have any experience using Valgrind in the context of MPI ru= ns > or know if this is possible? > I didn't find anything in the Valgrind-users archives, and found only a > comment in the survey results that Valgrind has trouble with MPI comman= d > line arguments. Yes, I have used Valgrind on MPI programs. Besides declaring Valgrind as= the debugger for MPI (as suggested by someone else on this list), you can als= o use an MPI implementation that doesn't require command line arguments - LAM/M= PI is what I am currently using for that purpose. David Bauer |