report_pid         92 orte/mca/schizo/ompi/schizo_ompi.c       &orte_cmd_options.report_pid, OPAL_CMD_LINE_TYPE_STRING,
report_pid       1205 orte/orted/orted_submit.c     if (NULL != orte_cmd_options.report_pid) {
report_pid       1206 orte/orted/orted_submit.c         free(orte_cmd_options.report_pid);
report_pid       1207 orte/orted/orted_submit.c         orte_cmd_options.report_pid = NULL;
report_pid       1232 orte/orted/orted_submit.c     if (NULL != orte_cmd_options.report_pid) {
report_pid       1234 orte/orted/orted_submit.c         if (0 == strcmp(orte_cmd_options.report_pid, "-")) {
report_pid       1237 orte/orted/orted_submit.c         } else if (0 == strcmp(orte_cmd_options.report_pid, "+")) {
report_pid       1241 orte/orted/orted_submit.c             fp = fopen(orte_cmd_options.report_pid, "w");
report_pid       1244 orte/orted/orted_submit.c                                orte_basename, "pid", orte_cmd_options.report_pid);
report_pid         53 orte/orted/orted_submit.h     char *report_pid;