Set the nameisset flag during dyn_init. Thanks to Guillaume Thouvenin for spotting the problem.
This commit was SVN r22460.
Этот коммит содержится в:
родитель
729514da7c
Коммит
31cdbcfa5f
@ -965,6 +965,7 @@ static int dyn_init(void)
|
||||
|
||||
/* Set name for debugging purposes */
|
||||
snprintf(newcomm->c_name, MPI_MAX_OBJECT_NAME, "MPI_COMM_PARENT");
|
||||
newcomm->c_flags |= OMPI_COMM_NAMEISSET;
|
||||
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user