From 444f5fa35dd12d86d96efa6ca6892653d43587b4 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 5 Jan 2017 22:53:04 -0800 Subject: [PATCH] Raise the priority of the usock component so it gets preferentially picked Signed-off-by: Ralph Castain --- .../pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c b/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c index 2bc7dc31af..7a5c0a3815 100644 --- a/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c +++ b/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c @@ -12,7 +12,7 @@ * All rights reserved. * Copyright (c) 2015 Los Alamos National Security, LLC. All rights * reserved. - * Copyright (c) 2016 Intel, Inc. All rights reserved + * Copyright (c) 2016-2017 Intel, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -90,7 +90,7 @@ PMIX_EXPORT pmix_ptl_usock_component_t mca_ptl_usock_component = { .pmix_mca_close_component = component_close, .pmix_mca_query_component = component_query }, - .priority = 5, + .priority = 15, .uri = NULL, .setup_listener = setup_listener },