1
1

Tools need to use the TCP OOB component

Этот коммит содержится в:
Ralph Castain 2015-03-25 19:56:49 -07:00
родитель a50f103c0f
Коммит 10cf455080

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

@ -453,7 +453,7 @@ static bool component_available(void)
/* if we are an APP and we are not direct launched,
* then we don't want to be considered */
if (ORTE_PROC_IS_APP && !orte_standalone_operation) {
if (!ORTE_PROC_IS_TOOL && ORTE_PROC_IS_APP && !orte_standalone_operation) {
return false;
}