12
12
* All rights reserved.
13
13
* Copyright (c) 2012 Los Alamos National Security, LLC. All rights
14
14
* reserved.
15
- * Copyright (c) 2013-2014 Intel, Inc. All rights reserved
16
- * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
15
+ * Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
16
+ * Copyright (c) 2015-2020 Cisco Systems, Inc. All rights reserved.
17
17
* Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights
18
18
* reserved.
19
+ * Copyright (c) 2021 Nanook Consulting. All rights reserved.
19
20
* $COPYRIGHT$
20
21
*
21
22
* Additional copyrights may follow
@@ -343,7 +344,7 @@ mca_pml_base_pml_check_selected_impl(const char *my_pml,
343
344
OPAL_MODEX_RECV_STRING (ret ,
344
345
mca_base_component_to_string (& pml_base_component ),
345
346
& proc_name , (void * * ) & remote_pml , & size );
346
- if (PMIX_ERR_NOT_FOUND == ret ) {
347
+ if (OPAL_ERR_NOT_FOUND == ret ) {
347
348
opal_output_verbose ( 10 , ompi_pml_base_framework .framework_output ,
348
349
"check:select: PML modex for process %s not found" ,
349
350
OMPI_NAME_PRINT (& proc_name ));
@@ -370,8 +371,8 @@ mca_pml_base_pml_check_selected_impl(const char *my_pml,
370
371
if ((size != strlen (my_pml ) + 1 ) ||
371
372
(0 != strcmp (my_pml , remote_pml ))) {
372
373
char * errhost = NULL ;
373
- OPAL_MODEX_RECV_VALUE_OPTIONAL (ret , PMIX_HOSTNAME , & proc_name ,
374
- & (errhost ), PMIX_STRING );
374
+ OPAL_MODEX_RECV_VALUE_OPTIONAL (ret , OPAL_PMIX_HOSTNAME , & proc_name ,
375
+ & (errhost ), OPAL_STRING );
375
376
opal_output (0 , "%s selected pml %s, but peer %s on %s selected pml %s" ,
376
377
OMPI_NAME_PRINT (& ompi_proc_local ()-> super .proc_name ),
377
378
my_pml , OMPI_NAME_PRINT (& proc_name ),
0 commit comments