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.
Этот коммит содержится в:
родитель
93d28a5792
Коммит
94356e98d4
@ -223,7 +223,7 @@ void ompi_wait_for_debugger(void)
|
|||||||
mpimsgq_dll_locations = tmp1;
|
mpimsgq_dll_locations = tmp1;
|
||||||
mpidbg_dll_locations = tmp2;
|
mpidbg_dll_locations = tmp2;
|
||||||
|
|
||||||
if (ORTE_DISABLE_FULL_SUPPORT) {
|
if (ORTE_DISABLE_FULL_SUPPORT || orte_standalone_operation) {
|
||||||
/* spin until debugger attaches and releases us */
|
/* spin until debugger attaches and releases us */
|
||||||
while (MPIR_debug_gate == 0) {
|
while (MPIR_debug_gate == 0) {
|
||||||
#if defined(__WINDOWS__)
|
#if defined(__WINDOWS__)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user