Home
last modified time | relevance | path

Searched refs:hnp (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/dports/net/openmpi/openmpi-4.1.1/orte/util/
H A Dhnp_contact.c104 int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect) in orte_read_hnp_contact_file() argument
134 hnp->pid = (pid_t)atol(pidstr); in orte_read_hnp_contact_file()
140 if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(hnp_uri, &hnp->name, NULL))) { in orte_read_hnp_contact_file()
151 if (OPAL_SUCCESS != (rc = opal_pmix.store_local(&hnp->name, &val))) { in orte_read_hnp_contact_file()
164 if (ORTE_SUCCESS != (rc = orte_routed.update_route(NULL, &hnp->name, &hnp->name))) { in orte_read_hnp_contact_file()
170 hnp->rml_uri = hnp_uri; in orte_read_hnp_contact_file()
197 orte_hnp_contact_t *hnp; in orte_list_local_hnps() local
240 hnp = OBJ_NEW(orte_hnp_contact_t); in orte_list_local_hnps()
241 if (ORTE_SUCCESS == (ret = orte_read_hnp_contact_file(contact_filename, hnp, connect))) { in orte_list_local_hnps()
242 opal_list_append(hnps, &(hnp->super)); in orte_list_local_hnps()
[all …]
H A Dhnp_contact.h56 ORTE_DECLSPEC int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect);
/dports/net/openmpi3/openmpi-3.1.6/orte/util/
H A Dhnp_contact.c104 int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect) in orte_read_hnp_contact_file() argument
134 hnp->pid = (pid_t)atol(pidstr); in orte_read_hnp_contact_file()
140 if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(hnp_uri, &hnp->name, NULL))) { in orte_read_hnp_contact_file()
151 if (OPAL_SUCCESS != (rc = opal_pmix.store_local(&hnp->name, &val))) { in orte_read_hnp_contact_file()
164 if (ORTE_SUCCESS != (rc = orte_routed.update_route(NULL, &hnp->name, &hnp->name))) { in orte_read_hnp_contact_file()
170 hnp->rml_uri = hnp_uri; in orte_read_hnp_contact_file()
197 orte_hnp_contact_t *hnp; in orte_list_local_hnps() local
240 hnp = OBJ_NEW(orte_hnp_contact_t); in orte_list_local_hnps()
241 if (ORTE_SUCCESS == (ret = orte_read_hnp_contact_file(contact_filename, hnp, connect))) { in orte_list_local_hnps()
242 opal_list_append(hnps, &(hnp->super)); in orte_list_local_hnps()
[all …]
H A Dhnp_contact.h56 ORTE_DECLSPEC int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect);
/dports/net/openmpi/openmpi-4.1.1/orte/util/comm/
H A Dcomm.h48 ORTE_DECLSPEC int orte_util_comm_query_job_info(const orte_process_name_t *hnp, orte_jobid_t job,
51 ORTE_DECLSPEC int orte_util_comm_query_node_info(const orte_process_name_t *hnp, char *node,
54 ORTE_DECLSPEC int orte_util_comm_query_proc_info(const orte_process_name_t *hnp, orte_jobid_t job, …
57 ORTE_DECLSPEC int orte_util_comm_spawn_job(const orte_process_name_t *hnp, orte_job_t *jdata);
59 ORTE_DECLSPEC int orte_util_comm_terminate_job(const orte_process_name_t *hnp, orte_jobid_t job);
61 ORTE_DECLSPEC int orte_util_comm_halt_vm(const orte_process_name_t *hnp);
H A Dcomm.c296 (orte_process_name_t*)hnp, cmd, in orte_util_comm_query_job_info()
405 (orte_process_name_t*)hnp, cmd, in orte_util_comm_query_node_info()
645 ORTE_NAME_PRINT(hnp))); in orte_util_comm_spawn_job()
669 ORTE_NAME_PRINT(hnp))); in orte_util_comm_spawn_job()
673 (orte_process_name_t*)hnp, buf, in orte_util_comm_spawn_job()
725 ORTE_NAME_PRINT(hnp), in orte_util_comm_terminate_job()
751 ORTE_NAME_PRINT(hnp))); in orte_util_comm_terminate_job()
755 (orte_process_name_t*)hnp, buf, in orte_util_comm_terminate_job()
789 int orte_util_comm_halt_vm(const orte_process_name_t *hnp) in orte_util_comm_halt_vm() argument
798 ORTE_NAME_PRINT(hnp))); in orte_util_comm_halt_vm()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/orte/util/comm/
H A Dcomm.h48 ORTE_DECLSPEC int orte_util_comm_query_job_info(const orte_process_name_t *hnp, orte_jobid_t job,
51 ORTE_DECLSPEC int orte_util_comm_query_node_info(const orte_process_name_t *hnp, char *node,
54 ORTE_DECLSPEC int orte_util_comm_query_proc_info(const orte_process_name_t *hnp, orte_jobid_t job, …
57 ORTE_DECLSPEC int orte_util_comm_spawn_job(const orte_process_name_t *hnp, orte_job_t *jdata);
59 ORTE_DECLSPEC int orte_util_comm_terminate_job(const orte_process_name_t *hnp, orte_jobid_t job);
61 ORTE_DECLSPEC int orte_util_comm_halt_vm(const orte_process_name_t *hnp);
H A Dcomm.c296 (orte_process_name_t*)hnp, cmd, in orte_util_comm_query_job_info()
405 (orte_process_name_t*)hnp, cmd, in orte_util_comm_query_node_info()
645 ORTE_NAME_PRINT(hnp))); in orte_util_comm_spawn_job()
669 ORTE_NAME_PRINT(hnp))); in orte_util_comm_spawn_job()
673 (orte_process_name_t*)hnp, buf, in orte_util_comm_spawn_job()
725 ORTE_NAME_PRINT(hnp), in orte_util_comm_terminate_job()
751 ORTE_NAME_PRINT(hnp))); in orte_util_comm_terminate_job()
755 (orte_process_name_t*)hnp, buf, in orte_util_comm_terminate_job()
789 int orte_util_comm_halt_vm(const orte_process_name_t *hnp) in orte_util_comm_halt_vm() argument
798 ORTE_NAME_PRINT(hnp))); in orte_util_comm_halt_vm()
[all …]
/dports/www/gatling/gatling-0.15/
H A Ddirfd.c92 struct dircacheentry** hnp=hashtable_lookup(name,hashval); in getdir() local
95 if (*hnp) { in getdir()
96 if (now-(*hnp)->lng>maxlngdelta) { in getdir()
99 deinitdircacheentry(*hnp); in getdir()
102 if ((*hnp)->inwd) in getdir()
103 inotify_rm_watch(ifd,(*hnp)->inwd); in getdir()
106 next=(*hnp)->next; in getdir()
109 return *hnp; in getdir()
112 *hnp=malloc(sizeof(**hnp)+strlen(name)); in getdir()
113 if (!*hnp) return 0; in getdir()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/orte/tools/orte-ps/
H A Dorte-ps.c86 orte_hnp_contact_t *hnp; member
100 ptr->hnp = NULL; in orte_ps_mpirun_info_construct()
110 if (NULL != ptr->hnp) OBJ_RELEASE(ptr->hnp); in orte_ps_mpirun_info_destruct()
256 orte_hnp_contact_t *hnp = (orte_hnp_contact_t*)item; in main() local
257 hnpinfo.hnp = hnp; in main()
261 (unsigned long)hnpinfo.hnp->pid); in main()
264 hnpinfo.hnp->pid != orte_ps_globals.pid) { in main()
273 ORTE_NAME_PRINT(&(hnpinfo.hnp->name)), in main()
274 hnpinfo.hnp->pid); in main()
282 ORTE_NAME_PRINT(&(hnpinfo.hnp->name))); in main()
[all …]
/dports/net/openmpi/openmpi-4.1.1/orte/mca/iof/tool/
H A Diof_tool.c137 orte_process_name_t hnp; in tool_pull() local
172 ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid); in tool_pull()
174 &hnp, buf, ORTE_RML_TAG_IOF_HNP, in tool_pull()
190 orte_process_name_t hnp; in tool_close() local
222 ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid); in tool_close()
224 &hnp, buf, ORTE_RML_TAG_IOF_HNP, in tool_close()
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/iof/tool/
H A Diof_tool.c137 orte_process_name_t hnp; in tool_pull() local
172 ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid); in tool_pull()
174 &hnp, buf, ORTE_RML_TAG_IOF_HNP, in tool_pull()
190 orte_process_name_t hnp; in tool_close() local
222 ORTE_HNP_NAME_FROM_JOB(&hnp, src_name->jobid); in tool_close()
224 &hnp, buf, ORTE_RML_TAG_IOF_HNP, in tool_close()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxhelp.c94 HelpNode *hnp; in create_help() local
103 for (i = 0, hnp = first_help_node; in create_help()
104 hnp && (hnp != first_help_node || i == 0); hnp = hnp->next) { in create_help()
105 side->ui->nodestack[i++] = hnp; in create_help()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/mathsResources/exactSolutions/
H A Dhelmholtz3d.cpp59 complex_t hnp, in=1.; in scatteredFieldSphereNeumann() local
70 hnp = n * complex_t(js[nm1], ys[nm1]) - np1 * complex_t(js[np1], ys[np1]); in scatteredFieldSphereNeumann()
71 a[n] = - in * nx2p1 * hnp.real() / hnp; in scatteredFieldSphereNeumann()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/tools/pps/
H A Dpps.c391 …len_hdr = asprintf(&header, "Information from mpirun %s", PMIX_JOBID_PRINT(hnpinfo->hnp->name.jobi…
737 …if (PMIX_SUCCESS != (ret = pmix_util_comm_query_job_info(&(hnpinfo->hnp->name), pmix_ps_globals.jo…
748 if (PMIX_SUCCESS != (ret = pmix_util_comm_query_node_info(&(hnpinfo->hnp->name), NULL,
778 if (PMIX_SUCCESS != (ret = pmix_util_comm_query_proc_info(&(hnpinfo->hnp->name),
823 (unsigned long)hnpinfo->hnp->pid, hnpinfo->num_nodes, hnpinfo->num_jobs-1);
/dports/sysutils/u-boot-tools/u-boot-2020.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi14 hnp-srp-disable;
H A Dimx6ull-dart-6ul.dts25 hnp-disable;
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dsimdlat.c701 int hnp, lnp, np; in new_simdlat() local
789 hnp = np; in new_simdlat()
792 hnp = np; in new_simdlat()
801 hnp = np; in new_simdlat()
817 ratio = ((double)s->inp - lnp)/(hnp - lnp); /* Distance between low and high */ in new_simdlat()
824 hnp = np; in new_simdlat()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi2.c397 hrp->hu.hnp = np; in mk2_exprclass_handle()
568 hrp2->hu.hnp = np; in __bld_iodecl_stmt_iter()
725 hrp2->hu.hnp = np; in __bld_arrwrd_iterator()
1346 np = hrp->hu.hnp; in __bld_netin_tchkterms()
1557 np = hrp->hu.hnp; in __bld_netin_pthterms()
1901 np = hrp->hu.hnp; in __bld_dig_attr_iter()
3751 np = hrp->hu.hnp; in bit_xl_ldsdrvs_iter()
4395 np = hrp->hu.hnp; in reg_drvs_iter()
4877 np = hrp->hu.hnp; in vpi_handle_by_index()
4924 np = hrp->hu.hnp; in vpi_handle_by_index()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/arm/dts/
H A Dmeson-gxbb-odroidc2-u-boot.dtsi43 hnp-srp-disable;

12345678910>>...49