1
1

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:
Jeff Squyres 2011-02-14 19:03:53 +00:00
parent 93d28a5792
commit 94356e98d4

View File

@ -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__)