Skip to content

Commit 444f5fa

Browse files
author
Ralph Castain
committed
Raise the priority of the usock component so it gets preferentially picked
Signed-off-by: Ralph Castain <[email protected]>
1 parent b343df4 commit 444f5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* All rights reserved.
1313
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1414
* reserved.
15-
* Copyright (c) 2016 Intel, Inc. All rights reserved
15+
* Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
1616
* $COPYRIGHT$
1717
*
1818
* Additional copyrights may follow
@@ -90,7 +90,7 @@ PMIX_EXPORT pmix_ptl_usock_component_t mca_ptl_usock_component = {
9090
.pmix_mca_close_component = component_close,
9191
.pmix_mca_query_component = component_query
9292
},
93-
.priority = 5,
93+
.priority = 15,
9494
.uri = NULL,
9595
.setup_listener = setup_listener
9696
},

0 commit comments

Comments
 (0)