I am trying to check my program for GPU memory leaks with the
compute-sanitizer tool. If I run my application with:
mpiexec -n 1 compute-sanitizer --tool memcheck --leak-check full ./a.out
args

I get the message:
Error: No attachable process found. compute-sanitizer timed-out.

Adding --target-processes all does not help.

Is there anything else I should be doing?

Thanks,
Sreeram

Reply via email to