Skip to content

Commit

Permalink
ch4/ofi: update MPIDI_OFI_ENABLE_HMEM for CXI provider
Browse files Browse the repository at this point in the history
Set it to true as the CXI provider usually enables hmem.
  • Loading branch information
hzhou committed Aug 1, 2022
1 parent 604100a commit e06d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpid/ch4/netmod/ofi/ofi_capability_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ MPL_STATIC_INLINE_PREFIX int MPIDI_OFI_get_set_number(const char *set_name)
#define MPIDI_OFI_ENABLE_DATA_AUTO_PROGRESS_CXI MPIDI_OFI_OFF
#define MPIDI_OFI_ENABLE_CONTROL_AUTO_PROGRESS_CXI MPIDI_OFI_OFF
#define MPIDI_OFI_ENABLE_PT2PT_NOPACK_CXI MPIDI_OFI_ON
#define MPIDI_OFI_ENABLE_HMEM_CXI MPIDI_OFI_OFF
#define MPIDI_OFI_ENABLE_HMEM_CXI MPIDI_OFI_ON
#define MPIDI_OFI_NUM_AM_BUFFERS_CXI MPIDI_OFI_MAX_NUM_AM_BUFFERS
#define MPIDI_OFI_NUM_OPTIMIZED_MEMORY_REGIONS_CXI (0) /* This will be added to the CXI provider as
* RMA support is fixed. */
Expand Down

0 comments on commit e06d942

Please sign in to comment.