coll/ml: temporarily disable binding check
This commit was SVN r32178.
Этот коммит содержится в:
родитель
0dfd321b59
Коммит
56ad231b7c
@ -2896,11 +2896,14 @@ mca_coll_ml_comm_query(struct ompi_communicator_t *comm, int *priority)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* NTH: Disabled this check until we have a better one. */
|
||||||
|
#if 0
|
||||||
if (!ompi_rte_proc_is_bound) {
|
if (!ompi_rte_proc_is_bound) {
|
||||||
/* do not enable coll/ml unless this process is bound (for now) */
|
/* do not enable coll/ml unless this process is bound (for now) */
|
||||||
*priority = -1;
|
*priority = -1;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If it is inter-communicator and size is less than 2 we have specialized modules
|
* If it is inter-communicator and size is less than 2 we have specialized modules
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user