Commit 6590e92
committed
btl/uct: fix default exclusivity (was too high)
The uct btl should always loose to btl/sm for shared memory peers. This requires
that the exclusivity be set below MCA_BTL_EXCLUSIVITY_HIGH (the exclusivity of
btl/sm). The uct btl had its exclusivity set to MCA_BTL_EXCLUSIVITY_HIGH which
is incorrect. This commit updates the exclusivity to the intended value.
Signed-off-by: Nathan Hjelm <[email protected]>1 parent ebce398 commit 6590e92
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments