Remove debug
This commit was SVN r32200.
Этот коммит содержится в:
родитель
6cc538ae16
Коммит
8c85ca350e
@ -210,7 +210,6 @@ int orte_plm_base_fork_hnp(void)
|
|||||||
int buffer_length, num_chars_read, chunk;
|
int buffer_length, num_chars_read, chunk;
|
||||||
char *orted_uri;
|
char *orted_uri;
|
||||||
int rc;
|
int rc;
|
||||||
char *foo;
|
|
||||||
orte_jobid_t jobid;
|
orte_jobid_t jobid;
|
||||||
|
|
||||||
/* A pipe is used to communicate between the parent and child to
|
/* 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);
|
opal_argv_append(&argc, &argv, param);
|
||||||
free(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 */
|
/* Fork off the child */
|
||||||
orte_process_info.hnp_pid = fork();
|
orte_process_info.hnp_pid = fork();
|
||||||
if(orte_process_info.hnp_pid < 0) {
|
if(orte_process_info.hnp_pid < 0) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user