ignore unavailable components when registering
This commit was SVN r28802.
Этот коммит содержится в:
родитель
35673ea400
Коммит
456de007a8
@ -249,9 +249,11 @@ int opal_info_register_project_frameworks (const char *project_name, mca_base_fr
|
||||
fprintf(stderr, "\nA \"bad parameter\" error was encountered when opening the %s %s framework\n",
|
||||
project_name, frameworks[i]->framework_name);
|
||||
fprintf(stderr, "The output received from that framework includes the following parameters:\n\n");
|
||||
} else {
|
||||
} else if (OPAL_ERR_NOT_AVAILABLE != rc) {
|
||||
fprintf(stderr, "%s_info_register: %s failed\n", project_name, frameworks[i]->framework_name);
|
||||
rc = OPAL_ERROR;
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user