We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66bb26c + de52254 commit 1eb6ddaCopy full SHA for 1eb6dda
orte/mca/state/state.h
@@ -70,8 +70,8 @@ ORTE_DECLSPEC extern mca_base_framework_t orte_state_base_framework;
70
if (!orte_abnormal_term_ordered) { \
71
orte_errmgr.abort((x), "%s FORCE-TERMINATE AT %s:%d - error %s(%d)", \
72
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), \
73
- ORTE_ERROR_NAME((x)), (x), \
74
- __FILE__, __LINE__); \
+ __FILE__, __LINE__, \
+ ORTE_ERROR_NAME((x)), (x)); \
75
} \
76
} while(0);
77
0 commit comments