|
11 | 11 | * All rights reserved. |
12 | 12 | * Copyright (c) 2014-2018 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 |
@@ -839,14 +841,11 @@ static void default_hnp_abort(orte_job_t *jdata) |
839 | 841 | i32ptr = &i32; |
840 | 842 | if (orte_get_attribute(&jdata->attributes, ORTE_JOB_NUM_NONZERO_EXIT, (void**)&i32ptr, OPAL_INT32)) { |
841 | 843 | /* warn user */ |
842 | | - opal_output(orte_clean_output, |
843 | | - "-------------------------------------------------------\n" |
844 | | - "%s job %s terminated normally, but %d %s. Per user-direction, the job has been aborted.\n" |
845 | | - "-------------------------------------------------------", |
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"); |
| 844 | + orte_show_help("help-errmgr-base.txt", "normal-termination-but", true, |
| 845 | + (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "Primary" : "Child", |
| 846 | + (1 == ORTE_LOCAL_JOBID(jdata->jobid)) ? "" : ORTE_LOCAL_JOBID_PRINT(jdata->jobid), |
| 847 | + i32, (1 == i32) ? "process returned\na non-zero exit code" : |
| 848 | + "processes returned\nnon-zero exit codes"); |
850 | 849 | } |
851 | 850 |
|
852 | 851 | OPAL_OUTPUT_VERBOSE((1, orte_errmgr_base_framework.framework_output, |
|
0 commit comments