Home
last modified time | relevance | path

Searched refs:uct_md_iface_config_read (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Duct_test.cc70 status = uct_md_iface_config_read(md, tl_name.c_str(), NULL, in resource_speed()
160 status = uct_md_iface_config_read(md, NULL, NULL, NULL, &m_iface_config); in uct_test()
164 status = uct_md_iface_config_read(md, GetParam()->tl_name.c_str(), NULL, in uct_test()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_md.c184 ucs_status_t uct_md_iface_config_read(uct_md_h md, const char *tl_name, in uct_md_iface_config_read() function
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/uct/
H A Dbtl_uct_tl.c398 (void) uct_md_iface_config_read (md->uct_md, tl_desc->tl_name, NULL, NULL, &tl->uct_tl_config); in mca_btl_uct_create_tl()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/info/
H A Dtl_info.c141 status = uct_md_iface_config_read(md, resource->tl_name, NULL, NULL, &iface_config); in print_iface_info()
/dports/net/mpich/mpich-3.4.3/modules/ucx/examples/
H A Duct_hello_world.c262 status = uct_md_iface_config_read(iface_p->md, tl_name, NULL, NULL, &config); in init_iface()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h1651 ucs_status_t uct_md_iface_config_read(uct_md_h md, const char *tl_name,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_worker.c1167 status = uct_md_iface_config_read(md, cfg_tl_name, NULL, NULL, &iface_config); in ucp_worker_iface_open()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Dlibperf.c1570 status = uct_md_iface_config_read(perf->uct.md, params->uct.tl_name, NULL, in uct_perf_setup()