fix stupid compiler warning
This commit was SVN r14024.
Этот коммит содержится в:
родитель
42168575fd
Коммит
f59d38dd81
@ -88,7 +88,7 @@ int ompi_init_do_preconnect(void)
|
||||
|
||||
int ompi_init_do_oob_preconnect(void)
|
||||
{
|
||||
size_t world_size, i, next, prev, my_index;
|
||||
size_t world_size, i, next, prev, my_index = 0;
|
||||
ompi_proc_t **procs;
|
||||
int ret;
|
||||
struct iovec msg[1];
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user