minor modification in the group constructor. The rank is now being initialized to MPI_UNDEFINED.
This commit was SVN r1850.
Этот коммит содержится в:
родитель
d209e538f1
Коммит
80a9ede98f
@ -58,6 +58,9 @@ ompi_group_t *ompi_group_allocate(int group_size)
|
||||
|
||||
/* set the group size */
|
||||
new_group->grp_proc_count = group_size;
|
||||
|
||||
/* initialize our rank to MPI_UNDEFINED */
|
||||
new_group->grp_my_rank = MPI_UNDEFINED;
|
||||
}
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user