Depending on your mpi mpiexec is not needed so compute-sanitizer --tool memcheck --leak-check full ./a.out args
may work > On May 13, 2024, at 8:16 PM, Sreeram R Venkat <[email protected]> wrote: > > This Message Is From an External Sender > This message came from outside your organization. > 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
