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'
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