1
1

lower priority of rdma one-sided component so that pt2pt is preferred for most

people, so that it gets more testing

This commit was SVN r13163.
Этот коммит содержится в:
Brian Barrett 2007-01-17 22:01:03 +00:00
родитель e093b5a256
Коммит 860fd63710

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

@ -228,7 +228,9 @@ ompi_osc_rdma_component_query(ompi_win_t *win,
each peer. Return slightly higher priority than the
point-to-point code */
return 10;
/* lower priority below that of the pt2pt component until the btl
redesign */
return 0;
}