1
1

Remove some leftover debugging that must have been accidentally left in

r15142.

This commit was SVN r15145.

The following SVN revision numbers were found above:
  r15142 --> open-mpi/ompi@a3998a1676
Этот коммит содержится в:
Josh Hursey 2007-06-20 14:06:13 +00:00
родитель db59235af5
Коммит dd021e7121

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

@ -412,8 +412,6 @@ void orte_totalview_init_after_spawn(orte_jobid_t jobid)
opal_os_path( false, appctx->cwd, appctx->app, NULL );
}
MPIR_proctable[i].pid = proc->pid;
opal_output( 0, "PID %d app %s\n", MPIR_proctable[i].pid,
MPIR_proctable[i].executable_name );
i++;
}
}