LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Allocate a new net_context object. More...
Classes | |
class | lci::alloc_net_context_x |
The actual implementation for alloc_net_context. More... | |
Allocate a new net_context object.
[in,out] | backend | of type attr_backend_t; optional argument; argument for the corresponding attribute |
[in,out] | ofi_provider_name | of type std::string; optional argument; argument for the corresponding attribute |
[in,out] | max_msg_size | of type size_t; optional argument; argument for the corresponding attribute |
[in,out] | max_inject_size | of type size_t; optional argument; argument for the corresponding attribute |
[in,out] | ibv_gid_idx | of type int; optional argument; argument for the corresponding attribute |
[in,out] | ibv_force_gid_auto_select | of type bool; optional argument; argument for the corresponding attribute |
[in,out] | ibv_odp_strategy | of type attr_ibv_odp_strategy_t; optional argument; argument for the corresponding attribute |
[in,out] | ibv_prefetch_strategy | of type attr_ibv_prefetch_strategy_t; optional argument; argument for the corresponding attribute |
[in,out] | use_dmabuf | of type bool; optional argument; argument for the corresponding attribute |
[in,out] | name | of type const char*; optional argument; argument for the corresponding attribute |
[in,out] | user_context | of type void*; optional argument; argument for the corresponding attribute |
[in] | runtime | of type runtime_t; optional argument; The runtime object. |