[CMake] Memory checking MPI programs with valgrind?

Doss, Nathan E nathan.e.doss at lmco.com
Thu Feb 26 13:19:48 EST 2009


I don't know if you've considered it and I'm not sure if it would work
in your situation, but you might be able to use mpirun to run valgrind.
For example:

     mpirun <mpirun args> valgrind <valgrind args> <executable>
<executable args>

--ND


More information about the CMake mailing list