Skip to content

Commit 2bb8eeb

Browse files
authored
Merge pull request #7633 from rhc54/topic/het
Fix hetero builds
2 parents 708f945 + de2d69c commit 2bb8eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/proc/proc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ int ompi_proc_complete_init_single (ompi_proc_t *proc)
143143
* for those environments where the RM provides it */
144144
{
145145
uint32_t *ui32ptr;
146+
int ret;
146147
ui32ptr = &(proc->super.proc_arch);
147148
OPAL_MODEX_RECV_VALUE(ret, PMIX_ARCH, &proc->super.proc_name,
148149
(void**)&ui32ptr, OPAL_UINT32);

0 commit comments

Comments
 (0)