mtl/ofi: remove threading and progress hints.
Этот коммит содержится в:
родитель
abbb74d5ef
Коммит
abe5002ee9
@ -238,13 +238,8 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
|
|||||||
hints->tx_attr->msg_order = FI_ORDER_SAS;
|
hints->tx_attr->msg_order = FI_ORDER_SAS;
|
||||||
hints->rx_attr->msg_order = FI_ORDER_SAS;
|
hints->rx_attr->msg_order = FI_ORDER_SAS;
|
||||||
|
|
||||||
/**
|
hints->domain_attr->threading = FI_THREAD_UNSPEC;
|
||||||
* Refine filter for additional capabilities
|
hints->domain_attr->control_progress = FI_PROGRESS_UNSPEC;
|
||||||
* threading: Disable locking
|
|
||||||
* control_progress: enable async progress
|
|
||||||
*/
|
|
||||||
hints->domain_attr->threading = FI_THREAD_ENDPOINT;
|
|
||||||
hints->domain_attr->control_progress = FI_PROGRESS_AUTO;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FI_VERSION provides binary backward and forward compatibility support
|
* FI_VERSION provides binary backward and forward compatibility support
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user