The log version is now working.
This commit was SVN r1723.
Этот коммит содержится в:
родитель
4e576aee17
Коммит
ae11e33271
@ -221,16 +221,11 @@ mca_coll_basic_comm_query(struct ompi_communicator_t *comm, int *priority)
|
|||||||
|
|
||||||
/* Intracommunicators */
|
/* Intracommunicators */
|
||||||
|
|
||||||
#if 1
|
|
||||||
/* Until the log functions are properly tested... */
|
|
||||||
return &intra_linear;
|
|
||||||
#else
|
|
||||||
if (ompi_comm_size(comm) <= mca_coll_base_crossover) {
|
if (ompi_comm_size(comm) <= mca_coll_base_crossover) {
|
||||||
return &intra_linear;
|
return &intra_linear;
|
||||||
} else {
|
} else {
|
||||||
return &intra_log;
|
return &intra_log;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Never reach here */
|
/* Never reach here */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user