1
1

After being hit by "why is openib not working?" ''again'', add a

verbose statement that shows up when you --mca btl_base_verbose 100.
It clearly states that the openib BTL disqualifies itself when
MPI_THREAD_MULTIPLE is used.

This commit was SVN r24209.
Этот коммит содержится в:
Jeff Squyres 2011-01-05 22:01:15 +00:00
родитель 9bbcd51c5a
Коммит 58445f3775

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

@ -2382,6 +2382,7 @@ btl_openib_component_init(int *num_btl_modules,
/* Currently refuse to run if MPI_THREAD_MULTIPLE is enabled */
if (ompi_mpi_thread_multiple && !mca_btl_base_thread_multiple_override) {
BTL_VERBOSE(("openib BTL disqualifying itself because MPI_THREAD_MULTIPLE is being used"));
goto no_btls;
}