1
1

Some updates from the interface change to orte_init

This commit was SVN r14729.
Этот коммит содержится в:
Josh Hursey 2007-05-23 14:44:23 +00:00
родитель e6ff7757ab
Коммит a010ff6e6a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -578,7 +578,7 @@ static int ckpt_init(int argc, char *argv[]) {
* JJH XXX This is a bandaid until we do it right.
* JJH XXX
*/
if (ORTE_SUCCESS != (ret = orte_system_init(true)) ) {
if (ORTE_SUCCESS != (ret = orte_system_init(ORTE_INFRASTRUCTURE, ORTE_NON_BARRIER)) ) {
exit_status = ret;
goto cleanup;
}

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

@ -269,7 +269,7 @@ static int initialize(int argc, char *argv[]) {
true, &environ);
opal_cr_set_enabled(false);
if (OPAL_SUCCESS != (ret = orte_init(true))) {
if (OPAL_SUCCESS != (ret = orte_init(ORTE_INFRASTRUCTURE, ORTE_NON_BARRIER))) {
exit_status = ret;
goto cleanup;
}