Fix from Nikolay Piskun at Rogue Wave (TotalView) -- fixes the case
where MPI jobs are launched directly via srun (i.e., there's no HNP). This commit was SVN r24376.
This commit is contained in:
parent
93d28a5792
commit
94356e98d4
@ -223,7 +223,7 @@ void ompi_wait_for_debugger(void)
|
||||
mpimsgq_dll_locations = tmp1;
|
||||
mpidbg_dll_locations = tmp2;
|
||||
|
||||
if (ORTE_DISABLE_FULL_SUPPORT) {
|
||||
if (ORTE_DISABLE_FULL_SUPPORT || orte_standalone_operation) {
|
||||
/* spin until debugger attaches and releases us */
|
||||
while (MPIR_debug_gate == 0) {
|
||||
#if defined(__WINDOWS__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user