1
1

The log version is now working.

This commit was SVN r1723.
Этот коммит содержится в:
George Bosilca 2004-07-14 19:17:46 +00:00
родитель 4e576aee17
Коммит ae11e33271

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

@ -221,16 +221,11 @@ mca_coll_basic_comm_query(struct ompi_communicator_t *comm, int *priority)
/* Intracommunicators */
#if 1
/* Until the log functions are properly tested... */
return &intra_linear;
#else
if (ompi_comm_size(comm) <= mca_coll_base_crossover) {
return &intra_linear;
} else {
return &intra_log;
}
#endif
}
/* Never reach here */