1
1

coll/ml: temporarily disable binding check

This commit was SVN r32178.
Этот коммит содержится в:
Nathan Hjelm 2014-07-09 14:39:49 +00:00
родитель 0dfd321b59
Коммит 56ad231b7c

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

@ -2896,11 +2896,14 @@ mca_coll_ml_comm_query(struct ompi_communicator_t *comm, int *priority)
return NULL;
}
/* NTH: Disabled this check until we have a better one. */
#if 0
if (!ompi_rte_proc_is_bound) {
/* do not enable coll/ml unless this process is bound (for now) */
*priority = -1;
return NULL;
}
#endif
/**
* If it is inter-communicator and size is less than 2 we have specialized modules