Skip to content

Commit 6a8b293

Browse files
committed
Replace opal_status_t with pmix_status_t
Fix build of opal/common/ofi component Signed-off-by: Ralph Castain <[email protected]>
1 parent d76787d commit 6a8b293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Copyright (c) 2020 Triad National Security, LLC. All rights
66
* reserved.
77
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved
8+
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
89
* $COPYRIGHT$
910
*
1011
* Additional copyrights may follow
@@ -304,7 +305,7 @@ static uint32_t get_package_rank(opal_process_info_t *process_info)
304305
uint16_t current_package_rank = 0;
305306
uint16_t package_ranks[process_info->num_local_peers];
306307
opal_process_name_t pname;
307-
opal_status_t rc;
308+
pmix_status_t rc;
308309
char **peers = NULL;
309310
char *local_peers = NULL;
310311
char *locality_string = NULL;

0 commit comments

Comments
 (0)