1
1

Merge pull request #7633 from rhc54/topic/het

Fix hetero builds
Этот коммит содержится в:
Ralph Castain 2020-04-15 09:20:48 -07:00 коммит произвёл GitHub
родитель 708f945605 de2d69ca24
Коммит 2bb8eebbde
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -143,6 +143,7 @@ int ompi_proc_complete_init_single (ompi_proc_t *proc)
* for those environments where the RM provides it */
{
uint32_t *ui32ptr;
int ret;
ui32ptr = &(proc->super.proc_arch);
OPAL_MODEX_RECV_VALUE(ret, PMIX_ARCH, &proc->super.proc_name,
(void**)&ui32ptr, OPAL_UINT32);