Home
last modified time | relevance | path

Searched refs:FI_MR_MMU_NOTIFY (Results 1 – 9 of 9) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/test/
H A Dcommon.h71 #define GNIX_MR_SCALABLE (FI_MR_MMU_NOTIFY)
H A Dfabric.c360 hints->domain_attr->mr_mode = FI_MR_MMU_NOTIFY; in Test()
365 cr_assert(info->domain_attr->mr_mode == FI_MR_MMU_NOTIFY); in Test()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_fabric.c87 (FI_MR_MMU_NOTIFY)
590 gnix_info->domain_attr->mr_mode |= FI_MR_MMU_NOTIFY; in _gnix_ep_getinfo()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/ofi/
H A DREADME59 - FI_MR_MMU_NOTIFY
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/rdma/
H A Dfabric.h233 #define FI_MR_MMU_NOTIFY (1 << 7) macro
/dports/net/mpich/mpich-3.4.3/modules/libfabric/man/
H A Dfi_mr.3.md215 *FI_MR_MMU_NOTIFY*
216 : FI_MR_MMU_NOTIFY is typically set by providers that support memory
433 FI_MR_MMU_NOTIFY mode bit has been set. This call informs the provider
H A Dfi_domain.3.md467 *FI_MR_MMU_NOTIFY*
/dports/net/mpich/mpich-3.4.3/modules/libfabric/src/
H A Dfi_tostr.c438 IFFLAGSTR(mr_mode, FI_MR_MMU_NOTIFY); in ofi_tostr_mr_mode()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/unit/
H A Dgetinfo_test.c584 FI_MR_ALLOCATED | FI_MR_PROV_KEY | FI_MR_MMU_NOTIFY | in validate_mr_modes()