File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ int ompi_proc_complete_init_single (ompi_proc_t *proc)
154
154
} else {
155
155
ui32ptr = & (proc -> super .proc_arch );
156
156
OPAL_MODEX_RECV_VALUE_OPTIONAL (ret , "OMPI_ARCH" , & proc -> super .proc_name ,
157
- (void * * )& ui32ptr , OPAL_UINT32 );
157
+ (void * * )& ui32ptr , PMIX_UINT32 );
158
158
if (OPAL_SUCCESS == ret ) {
159
159
/* if arch is different than mine, create a new convertor for this proc */
160
160
if (proc -> super .proc_arch != opal_local_arch ) {
@@ -267,7 +267,7 @@ int ompi_proc_init(void)
267
267
#if OPAL_ENABLE_HETEROGENEOUS_SUPPORT
268
268
/* add our arch to the modex */
269
269
OPAL_MODEX_SEND_VALUE (ret , PMIX_GLOBAL ,
270
- "OMPI_ARCH" , & opal_local_arch , OPAL_UINT32 );
270
+ "OMPI_ARCH" , & opal_local_arch , PMIX_UINT32 );
271
271
if (OPAL_SUCCESS != ret ) {
272
272
return ret ;
273
273
}
You can’t perform that action at this time.
0 commit comments