Bump priority of coll cuda component so it is higher than self.
Otherwise, get some odd interactions with coll self in CUDA-aware builds.
Этот коммит содержится в:
родитель
0cf2b478e0
Коммит
1f749b0224
@ -2,7 +2,7 @@
|
|||||||
* Copyright (c) 2014 The University of Tennessee and The University
|
* Copyright (c) 2014 The University of Tennessee and The University
|
||||||
* of Tennessee Research Foundation. All rights
|
* of Tennessee Research Foundation. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
|
* Copyright (c) 2014-2015 NVIDIA Corporation. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -67,8 +67,8 @@ mca_coll_cuda_component_t mca_coll_cuda_component = {
|
|||||||
|
|
||||||
/* cuda-specific component information */
|
/* cuda-specific component information */
|
||||||
|
|
||||||
/* Priority: use a low priority, but allow others to be lower */
|
/* Priority: make it above all point to point collectives including self */
|
||||||
50,
|
78,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user