Skip to content

Commit 67ce4a0

Browse files
committed
mtl/ofi: FI_AV_MAP support only.
1 parent b3d8ead commit 67ce4a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
241241
hints->domain_attr->threading = FI_THREAD_UNSPEC;
242242
hints->domain_attr->control_progress = FI_PROGRESS_MANUAL;
243243
hints->domain_attr->resource_mgmt = FI_RM_ENABLED;
244+
hints->domain_attr->av_type = FI_AV_MAP;
244245

245246
/**
246247
* FI_VERSION provides binary backward and forward compatibility support

0 commit comments

Comments
 (0)