When the user requests "quiet", mpirun isn't supposed to output "helpful error messages" - so shaddup!
This commit was SVN r22925.
Этот коммит содержится в:
родитель
ed0f42fa49
Коммит
25a9a195b0
@ -842,7 +842,7 @@ static void job_completed(int trigpipe, short event, void *arg)
|
||||
goto DONE;
|
||||
}
|
||||
|
||||
if (0 != orte_exit_status) {
|
||||
if (0 != orte_exit_status && !orterun_globals.quiet) {
|
||||
/* abnormal termination of some kind */
|
||||
dump_aborted_procs();
|
||||
/* If we showed more abort messages than were allowed,
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user