1
1

* don't try to fire up orte - nothing good comes from trying to open all those

components...

This commit was SVN r7517.
Этот коммит содержится в:
Brian Barrett 2005-09-27 14:48:41 +00:00
родитель 51f1c7a8e4
Коммит 7c924dc221

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

@ -53,8 +53,6 @@ main(int argc, char *argv[])
char buf[1024];
opal_init();
orte_init_stage1(true);
orte_init_stage2();
for (i = 0 ; errors[i] <= 0 ; ++i) {
printf("--> error code: %d\n", errors[i]);
@ -82,7 +80,6 @@ main(int argc, char *argv[])
printf("--> unknown error test\n");
opal_perror(ORTE_ERR_MAX - 200, "unknown error");
orte_system_finalize();
opal_finalize();
return 0;