7 #include <ucp/api/ucp.h>
9 #include <ucxx/typedefs.h>
21 ucp_config_t* _handle{
nullptr};
33 void readUCXConfig(
ConfigMap userOptions);
Component encapsulating the UCP configuration.
Definition: config.h:19
ConfigMap get()
Get the configuration map.
Config(ConfigMap userOptions)
Constructor that reads the UCX configuration and apply user options.
ucp_config_t * getHandle()
Get the underlying ucp_config_t* handle.
std::unordered_map< std::string, std::string > ConfigMap
A UCP configuration map.
Definition: typedefs.h:95