Home
last modified time | relevance | path

Searched refs:FI_LOCAL_COMM (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxd/src/
H A Drxd_init.c94 FI_LOCAL_COMM | FI_REMOTE_COMM); in rxd_info_to_rxd()
109 FI_LOCAL_COMM | FI_REMOTE_COMM); in rxd_info_to_rxd()
H A Drxd_attr.c41 #define RXD_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/udp/src/
H A Dudpx_attr.c37 #define UDPX_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rstream/src/
H A Drstream_attr.c57 .caps = FI_LOCAL_COMM | FI_REMOTE_COMM,
H A Drstream.h59 #define RSTREAM_CAPS (FI_MSG | FI_SEND | FI_RECV | FI_LOCAL_COMM | FI_REMOTE_COMM)
H A Drstream_init.c59 core_info->domain_attr->caps = FI_LOCAL_COMM | FI_REMOTE_COMM; in rstream_info_to_core()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxm/src/
H A Drxm_attr.c39 #define RXM_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/shm/src/
H A Dsmr_attr.c93 .caps = FI_LOCAL_COMM,
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/tcp/src/
H A Dtcpx_attr.c36 #define TCPX_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/rxr/
H A Drxr_attr.c50 #define RXR_DOM_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
H A Drxr_init.c251 shm_hints->domain_attr->caps |= FI_LOCAL_COMM; in rxr_set_shm_hints()
573 if (hints && hints->caps & FI_REMOTE_COMM && !(hints->caps & FI_LOCAL_COMM)) in rxr_getinfo()
574 util_info->caps &= ~FI_LOCAL_COMM; in rxr_getinfo()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/netdir/src/
H A Dnetdir.h57 #define OFI_ND_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_attr.c53 #define SOCK_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM | FI_SHARED_AV)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/util/
H A Dinfo.c138 ORCASE(FI_LOCAL_COMM); in str2cap()
H A Dpingpong.c1789 if (ct->fi->domain_attr->caps & FI_LOCAL_COMM) in pp_init_fabric()
1793 if (ct->fi->domain_attr->caps & FI_LOCAL_COMM) { in pp_init_fabric()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/man/
H A Dfi_getinfo.3.md284 *FI_LOCAL_COMM*
287 local and remote communication are required. If neither FI_LOCAL_COMM
290 Providers that set FI_LOCAL_COMM but not FI_REMOTE_COMM, for example
332 located at remote nodes (across the fabric). See FI_LOCAL_COMM for
334 FI_LOCAL_COMM, for example NICs that lack loopback support, cannot
449 FI_TRIGGER, FI_FENCE, FI_LOCAL_COMM, FI_REMOTE_COMM, FI_SOURCE_ERR, FI_RMA_PMEM.
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/mtl/ofi/
H A Dmtl_ofi_component.c618 hints->caps = FI_TAGGED | FI_LOCAL_COMM | FI_REMOTE_COMM | FI_DIRECTED_RECV; in ompi_mtl_ofi_component_init()
694 hints_dup->caps &= ~(FI_LOCAL_COMM | FI_REMOTE_COMM); in ompi_mtl_ofi_component_init()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/unit/
H A Dgetinfo_test.c215 #define DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM | FI_SHARED_AV)
658 FI_LOCAL_COMM | FI_REMOTE_COMM | FI_SHARED_AV, in validate_domain_caps()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/rdma/
H A Dfabric.h170 #define FI_LOCAL_COMM (1ULL << 51) macro
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/
H A Dgnix.h182 #define GNIX_EP_SEC_CAPS (FI_MULTI_RECV | FI_TRIGGER | FI_FENCE | FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm/src/
H A Dpsmx.h95 #define PSMX_DOM_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/src/
H A Dfi_tostr.c219 IFFLAGSTR(caps, FI_LOCAL_COMM); in ofi_tostr_caps()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/
H A Defa_fabric.c61 #define EFA_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi_util.h845 FI_LOCAL_COMM | FI_REMOTE_COMM)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm2/src/
H A Dpsmx2.h96 #define PSMX2_DOM_CAPS (FI_SHARED_AV | FI_LOCAL_COMM | FI_REMOTE_COMM)

12