1
1
This commit was SVN r18845.
Этот коммит содержится в:
Ralph Castain 2008-07-09 00:12:11 +00:00
родитель 924bface15
Коммит 1edcfa970e

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

@ -381,14 +381,6 @@ int orterun(int argc, char *argv[])
exit(ORTE_ERROR_DEFAULT_EXIT_CODE);
}
{
char *stupid;
stupid = opal_argv_join(orted_cmd_line, ',');
fprintf(stderr, "orted cmd line: %s\n", stupid);
free(stupid);
exit(0);
}
/* save the environment for launch purposes. This MUST be
* done so that we can pass it to any local procs we
* spawn - otherwise, those local procs won't see any