1
1

Update opal_backtrace_print call in oshmem

This commit was SVN r29960.
Этот коммит содержится в:
Ralph Castain 2013-12-18 23:15:40 +00:00
родитель 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);
} }
} }