Skip to content

Commit e0876f4

Browse files
committed
Merge pull request open-mpi#750 from ggouaillardet/topic/v2.x/opal_pmix_global
fix compilation in heterogeneous mode
2 parents 2451def + d57a85b commit e0876f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/proc/proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved
17-
* Copyright (c) 2014 Research Organization for Information Science
17+
* Copyright (c) 2014-2015 Research Organization for Information Science
1818
* and Technology (RIST). All rights reserved.
1919
* $COPYRIGHT$
2020
*
@@ -267,7 +267,7 @@ int ompi_proc_init(void)
267267
opal_proc_local_set(&proc->super);
268268
#if OPAL_ENABLE_HETEROGENEOUS_SUPPORT
269269
/* add our arch to the modex */
270-
OPAL_MODEX_SEND_VALUE(ret, PMIX_GLOBAL,
270+
OPAL_MODEX_SEND_VALUE(ret, OPAL_PMIX_GLOBAL,
271271
OPAL_PMIX_ARCH, &opal_local_arch, OPAL_UINT32);
272272
if (OPAL_SUCCESS != ret) {
273273
return ret;

0 commit comments

Comments
 (0)