1
1

Provide a "nicer" indication that we don't know the pid of the failed orted

This commit was SVN r18538.
Этот коммит содержится в:
Ralph Castain 2008-05-29 14:10:58 +00:00
родитель 25ac3629e9
Коммит 2b28bef15a

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

@ -241,7 +241,7 @@ void orte_plm_base_launch_failed(orte_jobid_t job, bool daemons_launching, pid_t
/* if the pid is negative, then we couldn't get a real pid
* to report here - so tell someone that
*/
pidstr = strdup("NO PID");
pidstr = strdup("unknown");
}
if (daemons_launching) {