Skip to content

Commit 04e7821

Browse files
committed
Using global eq_handle
1 parent d92f17f commit 04e7821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport_portals4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ shmem_transport_fetch_atomic_nbi(shmem_transport_ctx_t* ctx, void *target,
10871087
0,
10881088
offset,
10891089
NULL,
1090-
ctx->get_md->eq_handle,
1090+
shmem_transport_portals4_eq_h,
10911091
op,
10921092
SHMEM_TRANSPORT_DTYPE(datatype));
10931093
if (PTL_OK != ret) { RAISE_ERROR(ret); }

0 commit comments

Comments
 (0)