File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ ompi_mtl_ofi_iprobe(struct mca_mtl_base_module_t *mtl,
747747 struct ompi_mtl_ofi_request_t ofi_req ;
748748 ompi_proc_t * ompi_proc = NULL ;
749749 mca_mtl_ofi_endpoint_t * endpoint = NULL ;
750- fi_addr_t remote_proc = 0 ;
750+ fi_addr_t remote_proc = ompi_mtl_ofi . any_addr ;
751751 uint64_t match_bits , mask_bits ;
752752 ssize_t ret ;
753753 struct fi_msg_tagged msg ;
@@ -827,7 +827,7 @@ ompi_mtl_ofi_improbe(struct mca_mtl_base_module_t *mtl,
827827 struct ompi_mtl_ofi_request_t * ofi_req ;
828828 ompi_proc_t * ompi_proc = NULL ;
829829 mca_mtl_ofi_endpoint_t * endpoint = NULL ;
830- fi_addr_t remote_proc = 0 ;
830+ fi_addr_t remote_proc = ompi_mtl_ofi . any_addr ;
831831 uint64_t match_bits , mask_bits ;
832832 ssize_t ret ;
833833 struct fi_msg_tagged msg ;
You can’t perform that action at this time.
0 commit comments