hnp               386 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     len_hdr = asprintf(&header, "Information from mpirun %s", PMIX_JOBID_PRINT(hnpinfo->hnp->name.jobid));
hnp               732 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     if (PMIX_SUCCESS != (ret = pmix_util_comm_query_job_info(&(hnpinfo->hnp->name), pmix_ps_globals.jobid,
hnp               743 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     if (PMIX_SUCCESS != (ret = pmix_util_comm_query_node_info(&(hnpinfo->hnp->name), NULL,
hnp               773 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         if (PMIX_SUCCESS != (ret = pmix_util_comm_query_proc_info(&(hnpinfo->hnp->name),
hnp               818 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c            (unsigned long)hnpinfo->hnp->pid, hnpinfo->num_nodes, hnpinfo->num_jobs-1);
hnp               137 orte/mca/iof/tool/iof_tool.c     orte_process_name_t hnp;
hnp               172 orte/mca/iof/tool/iof_tool.c     ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid);
hnp               173 orte/mca/iof/tool/iof_tool.c     orte_rml.send_buffer_nb(&hnp, buf, ORTE_RML_TAG_IOF_HNP,
hnp               189 orte/mca/iof/tool/iof_tool.c     orte_process_name_t hnp;
hnp               221 orte/mca/iof/tool/iof_tool.c     ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid);
hnp               222 orte/mca/iof/tool/iof_tool.c     orte_rml.send_buffer_nb(&hnp, buf, ORTE_RML_TAG_IOF_HNP,
hnp               122 orte/mca/schizo/ompi/schizo_ompi.c       &orte_cmd_options.hnp, OPAL_CMD_LINE_TYPE_STRING,
hnp               550 orte/mca/schizo/ompi/schizo_ompi.c         orte_cmd_options.hnp = strdup(getenv("ORTE_HNP_DVM_URI"));
hnp               135 orte/orted/orted_main.c     bool hnp;
hnp               181 orte/orted/orted_main.c       &orted_globals.hnp, OPAL_CMD_LINE_TYPE_BOOL,
hnp               352 orte/orted/orted_main.c     if (orted_globals.hnp) {
hnp               384 orte/orted/orted_submit.c         if (NULL == orte_cmd_options.hnp) {
hnp               391 orte/orted/orted_submit.c         if (0 == strncasecmp(orte_cmd_options.hnp, "file", strlen("file"))) {
hnp               396 orte/orted/orted_submit.c             filename = strchr(orte_cmd_options.hnp, ':');
hnp               399 orte/orted/orted_submit.c                 orte_show_help("help-orte-top.txt", "orte-top:hnp-filename-bad", true, "uri", orte_cmd_options.hnp);
hnp               406 orte/orted/orted_submit.c                 orte_show_help("help-orte-top.txt", "orte-top:hnp-filename-bad", true, "uri", orte_cmd_options.hnp);
hnp               413 orte/orted/orted_submit.c                 orte_show_help("help-orte-top.txt", "orte-top:hnp-filename-access", true, orte_cmd_options.hnp);
hnp               422 orte/orted/orted_submit.c                 orte_show_help("help-orte-top.txt", "orte-top:hnp-file-bad", true, orte_cmd_options.hnp);
hnp               431 orte/orted/orted_submit.c             opal_setenv(OPAL_MCA_PREFIX"orte_hnp_uri", orte_cmd_options.hnp, true, &environ);
hnp              1180 orte/orted/orted_submit.c     if (NULL != orte_cmd_options.hnp) {
hnp              1181 orte/orted/orted_submit.c         free(orte_cmd_options.hnp);
hnp              1182 orte/orted/orted_submit.c         orte_cmd_options.hnp = NULL;
hnp                96 orte/orted/orted_submit.h     char *hnp;
hnp                26 orte/test/system/orte_tool.c     orte_hnp_contact_t *hnp;
hnp                57 orte/test/system/orte_tool.c     hnp = (orte_hnp_contact_t*)opal_list_remove_first(&hnp_list);
hnp                80 orte/test/system/orte_tool.c     if (ORTE_SUCCESS != (rc = orte_util_comm_spawn_job(&hnp->name, jdata))) {
hnp                88 orte/test/system/orte_tool.c     if (ORTE_SUCCESS != (rc = orte_util_comm_query_job_info(&hnp->name, ORTE_JOBID_WILDCARD,
hnp               256 orte/util/comm/comm.c int orte_util_comm_query_job_info(const orte_process_name_t *hnp, orte_jobid_t job,
hnp               294 orte/util/comm/comm.c     if (0 > (ret = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, cmd,
hnp               364 orte/util/comm/comm.c int orte_util_comm_query_node_info(const orte_process_name_t *hnp, char *node,
hnp               402 orte/util/comm/comm.c     if (0 > (ret = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, cmd,
hnp               475 orte/util/comm/comm.c int orte_util_comm_query_proc_info(const orte_process_name_t *hnp, orte_jobid_t job, orte_vpid_t vpid,
hnp               519 orte/util/comm/comm.c     if (0 > (ret = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, cmd, ORTE_RML_TAG_DAEMON,
hnp               631 orte/util/comm/comm.c int orte_util_comm_spawn_job(const orte_process_name_t *hnp, orte_job_t *jdata)
hnp               641 orte/util/comm/comm.c                          ORTE_NAME_PRINT(hnp)));
hnp               665 orte/util/comm/comm.c                          ORTE_NAME_PRINT(hnp)));
hnp               668 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
hnp               710 orte/util/comm/comm.c int orte_util_comm_terminate_job(const orte_process_name_t *hnp, orte_jobid_t job)
hnp               720 orte/util/comm/comm.c                          ORTE_NAME_PRINT(hnp),
hnp               746 orte/util/comm/comm.c                          ORTE_NAME_PRINT(hnp)));
hnp               749 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
hnp               783 orte/util/comm/comm.c int orte_util_comm_halt_vm(const orte_process_name_t *hnp)
hnp               792 orte/util/comm/comm.c                          ORTE_NAME_PRINT(hnp)));
hnp               806 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
hnp                48 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_query_job_info(const orte_process_name_t *hnp, orte_jobid_t job,
hnp                51 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_query_node_info(const orte_process_name_t *hnp, char *node,
hnp                54 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_query_proc_info(const orte_process_name_t *hnp, orte_jobid_t job, orte_vpid_t vpid,
hnp                57 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_spawn_job(const orte_process_name_t *hnp, orte_job_t *jdata);
hnp                59 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_terminate_job(const orte_process_name_t *hnp, orte_jobid_t job);
hnp                61 orte/util/comm/comm.h ORTE_DECLSPEC int orte_util_comm_halt_vm(const orte_process_name_t *hnp);
hnp               104 orte/util/hnp_contact.c int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect)
hnp               134 orte/util/hnp_contact.c     hnp->pid = (pid_t)atol(pidstr);
hnp               140 orte/util/hnp_contact.c         if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(hnp_uri, &hnp->name, NULL))) {
hnp               151 orte/util/hnp_contact.c         if (OPAL_SUCCESS != (rc = opal_pmix.store_local(&hnp->name, &val))) {
hnp               164 orte/util/hnp_contact.c         if (ORTE_SUCCESS != (rc = orte_routed.update_route(&hnp->name, &hnp->name))) {
hnp               170 orte/util/hnp_contact.c     hnp->rml_uri = hnp_uri;
hnp               197 orte/util/hnp_contact.c     orte_hnp_contact_t *hnp;
hnp               240 orte/util/hnp_contact.c         hnp = OBJ_NEW(orte_hnp_contact_t);
hnp               241 orte/util/hnp_contact.c         if (ORTE_SUCCESS == (ret = orte_read_hnp_contact_file(contact_filename, hnp, connect))) {
hnp               242 orte/util/hnp_contact.c             opal_list_append(hnps, &(hnp->super));
hnp               244 orte/util/hnp_contact.c             OBJ_RELEASE(hnp);
hnp                56 orte/util/hnp_contact.h ORTE_DECLSPEC int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect);