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] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | backend | of type attr_backend_t; optional argument; argument for the corresponding attribute |
[in] | ofi_provider_name | of type std::string; optional argument; argument for the corresponding attribute |
[in] | max_msg_size | of type size_t; optional argument; argument for the corresponding attribute |
[in] | max_inject_size | of type size_t; optional argument; argument for the corresponding attribute |
[in] | ibv_gid_idx | of type int; optional argument; argument for the corresponding attribute |
[in] | ibv_force_gid_auto_select | of type bool; optional argument; argument for the corresponding attribute |
[in] | ibv_odp_strategy | of type attr_ibv_odp_strategy_t; optional argument; argument for the corresponding attribute |
[in] | ibv_prefetch_strategy | of type attr_ibv_prefetch_strategy_t; optional argument; argument for the corresponding attribute |
[in] | user_context | of type void*; optional argument; argument for the corresponding attribute |