1
1

Set the nameisset flag during dyn_init. Thanks to Guillaume Thouvenin for spotting the problem.

This commit was SVN r22460.
Этот коммит содержится в:
Ralph Castain 2010-01-20 15:35:23 +00:00
родитель 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;
}