1
1
This commit was SVN r28446.
Этот коммит содержится в:
Ralph Castain 2013-05-04 22:37:34 +00:00
родитель 27e3e382d5
Коммит fb2a694587

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

@ -355,11 +355,10 @@ void orte_info_do_config(bool want_all)
/* setup strings that require allocation */
if (OPAL_HAVE_SOLARIS_THREADS || OPAL_HAVE_POSIX_THREADS) { /* should just test OPAL_HAVE_THREADS */
asprintf(&threads, "%s (OPAL: %s, ORTE progress: %s, Event lib: %s)", OPAL_HAVE_SOLARIS_THREADS ? "solaris" :
asprintf(&threads, "%s (OPAL: %s, ORTE progress: %s, Event lib: yes)", OPAL_HAVE_SOLARIS_THREADS ? "solaris" :
(OPAL_HAVE_POSIX_THREADS ? "posix" : "type unknown"), /* "type unknown" can presumably never happen */
OPAL_ENABLE_MULTI_THREADS ? "yes" : "no",
ORTE_ENABLE_PROGRESS_THREADS ? "yes" : "no",
OPAL_EVENT_HAVE_THREAD_SUPPORT ? "yes" : "no");
ORTE_ENABLE_PROGRESS_THREADS ? "yes" : "no");
} else {
threads = strdup("no");
}