[petsc-users] Using Compute-Sanitizer with PETSc
Sreeram R Venkat
srvenkat at utexas.edu
Mon May 13 19:16:43 CDT 2024
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20240513/2446d53f/attachment.html>
More information about the petsc-users
mailing list