* make "no oobs found" output only occur if verbose is set. Needed in rare
times it's ok not to have an oob This commit was SVN r6582.
Этот коммит содержится в:
родитель
5cd46a1681
Коммит
d4058f65e2
@ -169,7 +169,7 @@ int mca_oob_base_init(void)
|
|||||||
}
|
}
|
||||||
/* set the global variable to point to the first initialize module */
|
/* set the global variable to point to the first initialize module */
|
||||||
if(s_module == NULL) {
|
if(s_module == NULL) {
|
||||||
opal_output(0, "mca_oob_base_init: no OOB modules available\n");
|
opal_output_verbose(10, mca_oob_base_output, "mca_oob_base_init: no OOB modules available\n");
|
||||||
return ORTE_ERROR;
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user