|
From: Satish B. <ba...@fa...> - 2004-08-07 14:53:23
|
On Sat, 7 Aug 2004, Udo Tremel wrote: > Hi, > > has anyone experience how to debug a MPI-parallel program by using valgrind? > > [especially in conjunction with MPICH-1.2.5.2 and the totalview debugger] Don't think its possible with mpich-1 I'm using mpich2-0.97.tar.gz (beta) for testing with valgrind-2.1.2. mpiexec -np 2 valgrind --tool=memcheck -q executable executable-options Satish |