1
1
This commit was SVN r32200.
Этот коммит содержится в:
Ralph Castain 2014-07-10 18:28:24 +00:00
родитель 6cc538ae16
Коммит 8c85ca350e

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

@ -210,7 +210,6 @@ int orte_plm_base_fork_hnp(void)
int buffer_length, num_chars_read, chunk;
char *orted_uri;
int rc;
char *foo;
orte_jobid_t jobid;
/* A pipe is used to communicate between the parent and child to
@ -302,10 +301,6 @@ int orte_plm_base_fork_hnp(void)
opal_argv_append(&argc, &argv, param);
free(param);
foo = opal_argv_join(argv, ' ');
opal_output(0, "%s FORKING HNP: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), foo);
free(foo);
/* Fork off the child */
orte_process_info.hnp_pid = fork();
if(orte_process_info.hnp_pid < 0) {