1
1

Don't spew warnings if PMI_FD isn't present - it isn't an error.

This commit was SVN r31911.
Этот коммит содержится в:
Ralph Castain 2014-06-01 13:40:12 +00:00
родитель f8a664f5ec
Коммит 304fe06e1b

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

@ -59,7 +59,6 @@ static int mca_initialize_pmi_v2(void)
* even launched by a PMI server before attempting
* to use PMI */
if (NULL == getenv("PMI_FD")) {
opal_show_help("help-common-pmi.txt", "pmi2-init-failed", true, rc);
return OPAL_ERROR;
}