You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix debugger attach and cospawn of debugger daemons for the STAT debugger. Add ability to test the support minus the actual debugger.
Fixesopen-mpi#2411
Continue cleanup of STAT debugger attach:
* Limit the number of times we retry sending of a message to avoid an infinite loop
* Don't execute the "init_debugger_after_spawn" state for debugger jobs
* Add a new test program "attach" that takes the debugger attach fifo as its argument, and then simulates attach by writing a byte down the fifo
Output the attach fifo info if we are testing attach so we know where to attach to - otherwise, use the output_verbose
Always send "debugger release" to the job actually being debugged, not the debugger itself
Signed-off-by: Ralph Castain <[email protected]>
Remove debug
Signed-off-by: Ralph Castain <[email protected]>
Conflicts:
orte/tools/orterun/orterun.c
(cherry picked from commit 8fa33bfdb3f6ca1667c558f06c3c8f0fb5482a8d)
0 commit comments