Update opal_backtrace_print call in oshmem
This commit was SVN r29960.
Этот коммит содержится в:
родитель
39957df08e
Коммит
da6551bd3d
@ -90,7 +90,7 @@ int oshmem_shmem_abort(int errcode)
|
|||||||
/* This will print an message if it's unable to print the
|
/* This will print an message if it's unable to print the
|
||||||
backtrace, so we don't need an additional "else" clause
|
backtrace, so we don't need an additional "else" clause
|
||||||
if opal_backtrace_print() is not supported. */
|
if opal_backtrace_print() is not supported. */
|
||||||
opal_backtrace_print(stderr);
|
opal_backtrace_print(stderr, NULL, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user