1
1

disqualify coll ml for MPI_THREAD_MULTIPLE

This commit was SVN r32814.
Этот коммит содержится в:
Howard Pritchard 2014-09-29 21:02:15 +00:00
родитель 1df933ea27
Коммит 7069f2361a

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

@ -2896,6 +2896,13 @@ mca_coll_ml_comm_query(struct ompi_communicator_t *comm, int *priority)
return NULL;
}
if (opal_using_threads()) {
ML_VERBOSE(10, ("coll:ml: MPI_THREAD_MULTIPLE not suppported; skipping this component"));
*priority = -1;
return NULL;
}
/* NTH: Disabled this check until we have a better one. */
#if 0
if (!ompi_rte_proc_is_bound) {