Skip to content

Commit

Permalink
Updated MR desc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed May 3, 2024
1 parent 0067a29 commit 769e5df
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 24 deletions.
4 changes: 2 additions & 2 deletions src/transport_ofi.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ int ofi_mr_reg_bind(uint64_t flags)
#endif /* ENABLE_MR_RMA_EVENT */
#endif /* ENABLE_TARGET_CNTR */

shmem_transport_ofi_mrfd_list[0] = shmem_transport_ofi_target_heap_mrfd;
shmem_transport_ofi_mrfd_list[1] = shmem_transport_ofi_target_data_mrfd;
shmem_transport_ofi_mrfd_list[0] = shmem_transport_ofi_target_data_mrfd;
shmem_transport_ofi_mrfd_list[1] = shmem_transport_ofi_target_heap_mrfd;

#endif

Expand Down
Loading

0 comments on commit 769e5df

Please sign in to comment.