From 1f749b022472baf4af14f2bde0e37a20df27b1c7 Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Thu, 12 Feb 2015 12:28:52 -0500 Subject: [PATCH] Bump priority of coll cuda component so it is higher than self. Otherwise, get some odd interactions with coll self in CUDA-aware builds. --- ompi/mca/coll/cuda/coll_cuda_component.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/mca/coll/cuda/coll_cuda_component.c b/ompi/mca/coll/cuda/coll_cuda_component.c index 14de3f56a6..866b0599fd 100644 --- a/ompi/mca/coll/cuda/coll_cuda_component.c +++ b/ompi/mca/coll/cuda/coll_cuda_component.c @@ -2,7 +2,7 @@ * Copyright (c) 2014 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * Copyright (c) 2014 NVIDIA Corporation. All rights reserved. + * Copyright (c) 2014-2015 NVIDIA Corporation. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -67,8 +67,8 @@ mca_coll_cuda_component_t mca_coll_cuda_component = { /* cuda-specific component information */ - /* Priority: use a low priority, but allow others to be lower */ - 50, + /* Priority: make it above all point to point collectives including self */ + 78, };