Ensure to check that opal_init_util() didn't fail.
This commit was SVN r18453.
Этот коммит содержится в:
родитель
d12b21e21b
Коммит
af1a9290cb
@ -343,7 +343,9 @@ int orterun(int argc, char *argv[])
|
||||
* opal_init_util() since mca_base_cmd_line_process_args() does *not*
|
||||
* depend upon opal_init_util() functionality.
|
||||
*/
|
||||
opal_init_util();
|
||||
if (OPAL_SUCCESS != opal_init_util()) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* flag that I am the HNP */
|
||||
orte_process_info.hnp = true;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user