Re: [Valgrind-users] vglrun, mpi, and valgrind

2009-05-01 Thread tom fogal
Evan writes: > I need to run an opengl and mpi program remotely - with valgrind. > > I'm attempting to run a command like so: > > LD_PRELOAD=$prefix/lib/valgrind/amd64-linux/libmpiwrap.so mpirun -np > $i $prefix/bin/valgrind vglrun ./test This probably won't work because mpirun will spawn ssh'

[Valgrind-users] vglrun, mpi, and valgrind

2009-05-01 Thread Evan
I need to run an opengl and mpi program remotely - with valgrind. I'm attempting to run a command like so: LD_PRELOAD=$prefix/lib/valgrind/amd64-linux/libmpiwrap.so mpirun -np $i $prefix/bin/valgrind vglrun ./test While this gives a lot of output, and the program runs successfully, I don't see