|
20 | 20 | * All rights reserved.
|
21 | 21 | * Copyright (c) 2014-2017 Research Organization for Information Science
|
22 | 22 | * and Technology (RIST). All rights reserved.
|
23 |
| - * Copyright (c) 2014-2019 Intel, Inc. All rights reserved. |
| 23 | + * Copyright (c) 2014-2020 Intel, Inc. All rights reserved. |
24 | 24 | * Copyright (c) 2015 Mellanox Technologies. All rights reserved.
|
25 | 25 | * Copyright (c) 2017 IBM Corporation. All rights reserved.
|
26 | 26 | * $COPYRIGHT$
|
@@ -673,7 +673,7 @@ static int ompi_comm_split_type_get_part (ompi_group_t *group, const int split_t
|
673 | 673 |
|
674 | 674 | u16ptr = &locality;
|
675 | 675 |
|
676 |
| - OPAL_MODEX_RECV_VALUE(ret, PMIX_LOCALITY, &proc_name, &u16ptr, PMIX_UINT16); |
| 676 | + OPAL_MODEX_RECV_VALUE_OPTIONAL(ret, PMIX_LOCALITY, &proc_name, &u16ptr, PMIX_UINT16); |
677 | 677 | if (OPAL_SUCCESS != ret) {
|
678 | 678 | continue;
|
679 | 679 | }
|
@@ -1655,7 +1655,7 @@ int ompi_comm_get_rprocs ( ompi_communicator_t *local_comm,
|
1655 | 1655 | * to provide this information at startup */
|
1656 | 1656 | uint16_t *u16ptr, u16;
|
1657 | 1657 | u16ptr = &u16;
|
1658 |
| - OPAL_MODEX_RECV_VALUE(rc, PMIX_LOCALITY, &rprocs[i]->super.proc_name, &u16ptr, PMIX_UINT16); |
| 1658 | + OPAL_MODEX_RECV_VALUE_OPTIONAL(rc, PMIX_LOCALITY, &rprocs[i]->super.proc_name, &u16ptr, PMIX_UINT16); |
1659 | 1659 | if (OPAL_SUCCESS == rc) {
|
1660 | 1660 | rprocs[i]->super.proc_flags = u16;
|
1661 | 1661 | } else {
|
|
0 commit comments