orte_exit_status   60 orte/mca/state/app/state_app.c     exit(orte_exit_status);
orte_exit_status   61 orte/mca/state/tool/state_tool.c     exit(orte_exit_status);
orte_exit_status 1044 orte/orted/orted_main.c         fprintf(stderr, "exiting with status %d\n", orte_exit_status);
orte_exit_status 1046 orte/orted/orted_main.c     exit(orte_exit_status);
orte_exit_status  121 orte/runtime/orte_globals.c int orte_exit_status = 0;
orte_exit_status  115 orte/runtime/orte_globals.h ORTE_DECLSPEC extern int orte_exit_status;
orte_exit_status  165 orte/runtime/orte_globals.h         if (0 == orte_exit_status && 0 != newstatus) {                      \
orte_exit_status  170 orte/runtime/orte_globals.h             orte_exit_status = newstatus;                                   \
orte_exit_status  183 orte/runtime/orte_globals.h         orte_exit_status = 0;                                   \
orte_exit_status   95 orte/runtime/orte_quit.c         if (0 != orte_exit_status && !orte_execute_quiet) {
orte_exit_status  294 orte/tools/orte-server/orte-server.c     return orte_exit_status;
orte_exit_status  305 orte/tools/orte-server/orte-server.c     exit(orte_exit_status);
orte_exit_status  182 orte/tools/orterun/orterun.c         orte_exit_status = 0;
orte_exit_status  230 orte/tools/orterun/orterun.c         fprintf(stderr, "exiting with status %d\n", orte_exit_status);
orte_exit_status  232 orte/tools/orterun/orterun.c     exit(orte_exit_status);