1
1
This commit was SVN r14024.
Этот коммит содержится в:
Brian Barrett 2007-03-13 19:45:26 +00:00
родитель 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];