MPIR_proctable    163 orte/orted/orted_submit.c struct MPIR_PROCDESC *MPIR_proctable = NULL;
MPIR_proctable   2427 orte/orted/orted_submit.c                 MPIR_proctable[i].host_name,
MPIR_proctable   2428 orte/orted/orted_submit.c                 MPIR_proctable[i].executable_name,
MPIR_proctable   2429 orte/orted/orted_submit.c                 MPIR_proctable[i].pid);
MPIR_proctable   2527 orte/orted/orted_submit.c     if (MPIR_proctable || 0 == jdata->num_procs) {
MPIR_proctable   2574 orte/orted/orted_submit.c     MPIR_proctable = (struct MPIR_PROCDESC *)malloc(sizeof(struct MPIR_PROCDESC) *
MPIR_proctable   2576 orte/orted/orted_submit.c     if (MPIR_proctable == NULL) {
MPIR_proctable   2607 orte/orted/orted_submit.c                     MPIR_proctable[i].host_name = strdup(aliases[orte_use_hostname_alias-1]);
MPIR_proctable   2613 orte/orted/orted_submit.c             MPIR_proctable[i].host_name = strdup(proc->node->name);
MPIR_proctable   2617 orte/orted/orted_submit.c             MPIR_proctable[i].executable_name =
MPIR_proctable   2620 orte/orted/orted_submit.c             MPIR_proctable[i].executable_name =
MPIR_proctable   2623 orte/orted/orted_submit.c         MPIR_proctable[i].pid = proc->pid;
MPIR_proctable   2626 orte/orted/orted_submit.c                         ORTE_VPID_PRINT(i), MPIR_proctable[i].host_name,
MPIR_proctable   2627 orte/orted/orted_submit.c                         MPIR_proctable[i].executable_name, MPIR_proctable[i].pid);