1
1

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.
Этот коммит содержится в:
Andrew Friedley 2005-10-21 21:06:20 +00:00
родитель 0d4aaf6fa6
Коммит f92185c43b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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;