1
1

MPI procs never use orte progress threads

This commit was SVN r24093.
Этот коммит содержится в:
Ralph Castain 2010-11-29 03:52:46 +00:00
родитель 71669720a3
Коммит d2547e84a3

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

@ -520,6 +520,10 @@ int orte_register_params(void)
false, false,
(int)false, &value);
orte_progress_threads_enabled = OPAL_INT_TO_BOOL(value);
if (ORTE_PROC_IS_MPI) {
/* MPI procs never use orte progress threads */
orte_progress_threads_enabled = false;
}
if (!OPAL_EVENT_HAVE_THREAD_SUPPORT && orte_progress_threads_enabled) {
opal_output(orte_clean_output,
"------------------------------------------------------------------\n"