orted_globals     145 orte/orted/orted_main.c } orted_globals;
orted_globals     153 orte/orted/orted_main.c       &orted_globals.help, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     161 orte/orted/orted_main.c       &orted_globals.test_suicide, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     169 orte/orted/orted_main.c       &orted_globals.daemonize, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     173 orte/orted/orted_main.c       &orted_globals.debug, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     181 orte/orted/orted_main.c       &orted_globals.hnp, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     193 orte/orted/orted_main.c       &orted_globals.set_sid, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     197 orte/orted/orted_main.c       &orted_globals.tree_spawn, OPAL_CMD_LINE_TYPE_BOOL,
orted_globals     205 orte/orted/orted_main.c       &orted_globals.uri_pipe, OPAL_CMD_LINE_TYPE_INT,
orted_globals     209 orte/orted/orted_main.c       &orted_globals.singleton_died_pipe, OPAL_CMD_LINE_TYPE_INT,
orted_globals     242 orte/orted/orted_main.c     memset(&orted_globals, 0, sizeof(orted_globals));
orted_globals     244 orte/orted/orted_main.c     orted_globals.singleton_died_pipe = -1;
orted_globals     302 orte/orted/orted_main.c     if (orted_globals.debug) {
orted_globals     308 orte/orted/orted_main.c     if (orted_globals.help) {
orted_globals     318 orte/orted/orted_main.c     if (orted_globals.set_sid) {
orted_globals     343 orte/orted/orted_main.c        orted_globals.daemonize) {
orted_globals     352 orte/orted/orted_main.c     if (orted_globals.hnp) {
orted_globals     420 orte/orted/orted_main.c         orted_globals.abort=false;
orted_globals     427 orte/orted/orted_main.c             orted_globals.abort = true;
orted_globals     439 orte/orted/orted_main.c                             orted_globals.abort ? "abort" : "abnormal termination");
orted_globals     448 orte/orted/orted_main.c                 if (orted_globals.abort) {
orted_globals     536 orte/orted/orted_main.c     if (orted_globals.uri_pipe > 0) {
orted_globals     636 orte/orted/orted_main.c         if (OPAL_SUCCESS != (ret = opal_fd_write(orted_globals.uri_pipe, strlen(tmp)+1, tmp))) { ; /* need to add 1 to get the NULL */
orted_globals     643 orte/orted/orted_main.c         close(orted_globals.uri_pipe);
orted_globals     668 orte/orted/orted_main.c     if (orted_globals.singleton_died_pipe > 0) {
orted_globals     672 orte/orted/orted_main.c                        orted_globals.singleton_died_pipe,
orted_globals     970 orte/orted/orted_main.c     if (orted_globals.tree_spawn) {
orted_globals    1068 orte/orted/orted_main.c     if (orted_globals.abort) {
orted_globals    1070 orte/orted/orted_main.c                     (orted_globals.test_suicide) ? "suicide" : "clean");
orted_globals    1075 orte/orted/orted_main.c         if (orted_globals.test_suicide) {