1
1

Bump priority of coll cuda component so it is higher than self.

Otherwise, get some odd interactions with coll self in CUDA-aware
builds.
Этот коммит содержится в:
Rolf vandeVaart 2015-02-12 12:28:52 -05:00
родитель 0cf2b478e0
Коммит 1f749b0224

Просмотреть файл

@ -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,
};