Raise the priority of the usock component so it gets preferentially picked
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
b343df43a1
Коммит
444f5fa35d
@ -12,7 +12,7 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
|
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
* Copyright (c) 2016 Intel, Inc. All rights reserved
|
* Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* 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_close_component = component_close,
|
||||||
.pmix_mca_query_component = component_query
|
.pmix_mca_query_component = component_query
|
||||||
},
|
},
|
||||||
.priority = 5,
|
.priority = 15,
|
||||||
.uri = NULL,
|
.uri = NULL,
|
||||||
.setup_listener = setup_listener
|
.setup_listener = setup_listener
|
||||||
},
|
},
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user