Don't force tools to dump core files when they abort
This commit was SVN r20159.
Этот коммит содержится в:
родитель
9f6c1b9d07
Коммит
caa5771908
@ -148,8 +148,8 @@ static void rte_abort(int status, bool report)
|
||||
*/
|
||||
orte_proc_info_finalize();
|
||||
|
||||
/* Now abort */
|
||||
abort();
|
||||
/* Now just exit */
|
||||
exit(0);
|
||||
}
|
||||
|
||||
static orte_vpid_t proc_get_daemon(orte_process_name_t *proc)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user