Closed
Description
In master and v2.x, debugger attach for TotalView is currently broken. The problem is that when we upgraded to PMIx, we removed the OOB support from apps as it was no longer necessary. However, we currently send a message from mpirun to rank0 indicating that the debugger is ready, and therefore releasing rank0 to complete a barrier.
There are several ways of fixing this; there's ongoing discussion to pick the best one.
Just to summarize:
- stat: works (anything based on LaunchMon works)
- DDT: works
- TotalView: doesn't work