|
11 | 11 | * All rights reserved. |
12 | 12 | * Copyright (c) 2014-2017 Intel, Inc. All rights reserved. |
13 | 13 | * Copyright (c) 2017 IBM Corporation. All rights reserved. |
| 14 | + * Copyright (c) 2018 Research Organization for Information Science |
| 15 | + * and Technology (RIST). All rights reserved. |
14 | 16 | * $COPYRIGHT$ |
15 | 17 | * |
16 | 18 | * Additional copyrights may follow |
@@ -840,14 +842,11 @@ static void default_hnp_abort(orte_job_t *jdata) |
840 | 842 | i32ptr = &i32; |
841 | 843 | if (orte_get_attribute(&jdata->attributes, ORTE_JOB_NUM_NONZERO_EXIT, (void**)&i32ptr, OPAL_INT32)) { |
842 | 844 | /* warn user */ |
843 | | - opal_output(orte_clean_output, |
844 | | - "-------------------------------------------------------\n" |
845 | | - "%s job %s terminated normally, but %d %s. Per user-direction, the job has been aborted.\n" |
846 | | - "-------------------------------------------------------", |
847 | | - (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "Primary" : "Child", |
848 | | - (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "" : ORTE_LOCAL_JOBID_PRINT(jdata->jobid), |
849 | | - i32, (1 == i32) ? "process returned\na non-zero exit code" : |
850 | | - "processes returned\nnon-zero exit codes"); |
| 845 | + orte_show_help("help-errmgr-base.txt", "normal-termination-but", true, |
| 846 | + (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "Primary" : "Child", |
| 847 | + (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "" : ORTE_LOCAL_JOBID_PRINT(jdata->jobid), |
| 848 | + i32, (1 == i32) ? "process returned\na non-zero exit code" : |
| 849 | + "processes returned\nnon-zero exit codes"); |
851 | 850 | } |
852 | 851 |
|
853 | 852 | OPAL_OUTPUT_VERBOSE((1, orte_errmgr_base_framework.framework_output, |
|
0 commit comments