Argh! screwed up a merge. Fix compile error
Refs trac:538 This commit was SVN r12887. The following Trac tickets were found above: Ticket 538 --> https://svn.open-mpi.org/trac/ompi/ticket/538
Этот коммит содержится в:
родитель
edbce8bfec
Коммит
299fc7149e
@ -75,7 +75,7 @@ static void opal_show_stackframe (int signo, siginfo_t * info, void * p)
|
|||||||
memset (print_buffer, 0, sizeof (print_buffer));
|
memset (print_buffer, 0, sizeof (print_buffer));
|
||||||
ret = snprintf(print_buffer, sizeof(print_buffer),
|
ret = snprintf(print_buffer, sizeof(print_buffer),
|
||||||
HOSTFORMAT "*** Process received signal ***\n",
|
HOSTFORMAT "*** Process received signal ***\n",
|
||||||
hostname, getpid());
|
stacktrace_hostname, getpid());
|
||||||
write(fileno(stderr), print_buffer, ret);
|
write(fileno(stderr), print_buffer, ret);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user