gstack_exec      1269 orte/orted/orted_comm.c         char *gstack_exec;
gstack_exec      1270 orte/orted/orted_comm.c         gstack_exec = opal_find_absolute_path("gstack");
gstack_exec      1287 orte/orted/orted_comm.c                 if (NULL != gstack_exec) {
gstack_exec      1289 orte/orted/orted_comm.c                                     gstack_exec, (unsigned long) proct->pid);
gstack_exec      1295 orte/orted/orted_comm.c                 if (NULL == gstack_exec || NULL == fp) {
gstack_exec      1298 orte/orted/orted_comm.c                                     (NULL == gstack_exec) ? "find" : "run",
gstack_exec      1299 orte/orted/orted_comm.c                                     (NULL == gstack_exec) ? "gstack" : gstack_exec,
gstack_exec      1327 orte/orted/orted_comm.c         if (NULL != gstack_exec) {
gstack_exec      1328 orte/orted/orted_comm.c             free(gstack_exec);