Complete George's fix - this is a problem I caused :(
This takes care of Troy's first segfault problem, and compile errors that will likely happen as soon as Ken applies George's patch and runs make again. This commit was SVN r7833.
Этот коммит содержится в:
родитель
0d4aaf6fa6
Коммит
f92185c43b
@ -537,7 +537,7 @@ error:
|
||||
if (ret != ORTE_SUCCESS) {
|
||||
opal_show_help("help-orte-runtime",
|
||||
"orte_init:startup:internal-failure",
|
||||
error, ret);
|
||||
true, error, ret);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
@ -82,7 +82,7 @@ error:
|
||||
if (ret != ORTE_SUCCESS) {
|
||||
opal_show_help("help-orte-runtime",
|
||||
"orte_init:startup:internal-failure",
|
||||
error, ret);
|
||||
true, error, ret);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user