1
1

Make coll basic's default priority be 10, not 0. This allows other

components to have a lower priority than the least common denominator.

This commit was SVN r2614.
Этот коммит содержится в:
Jeff Squyres 2004-09-11 15:02:49 +00:00
родитель 66bc0c0824
Коммит 9835a2e12e

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

@ -135,7 +135,7 @@ mca_coll_basic_comm_query(struct ompi_communicator_t *comm, int *priority)
{ {
/* This module should always have the lowest available priority */ /* This module should always have the lowest available priority */
*priority = 0; *priority = 10;
/* Choose whether to use [intra|inter], and [linear|log]-based /* Choose whether to use [intra|inter], and [linear|log]-based
algorithms. */ algorithms. */