Skip to content

Commit

Permalink
Fix for atomicv on CXI
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed Sep 18, 2024
1 parent 1584b4e commit de970c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shmem_comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ shmem_internal_atomicv(shmem_ctx_t ctx, void *target, const void *source,
shmem_internal_fetch_atomic(ctx, ((uint8_t *) target) + (i * type_size),
((uint8_t *) source) + (i * type_size), &tmp_fetch, type_size,
pe, op, datatype);
shmem_transport_get_wait((shmem_transport_ctx_t *)ctx);
#ifdef SOS_OFI_CXI_QUIET_RATE
/* FIXME: This intermittent quiet should not be required: */
if (i % SOS_OFI_CXI_QUIET_RATE == 0) {
Expand Down

0 comments on commit de970c3

Please sign in to comment.