Skip to content

Commit 997a631

Browse files
author
Rahman, Md
committed
Removing periodic quiet
1 parent de970c3 commit 997a631

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/shmem_comm.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,6 @@ shmem_internal_atomicv(shmem_ctx_t ctx, void *target, const void *source,
337337
((uint8_t *) source) + (i * type_size), &tmp_fetch, type_size,
338338
pe, op, datatype);
339339
shmem_transport_get_wait((shmem_transport_ctx_t *)ctx);
340-
#ifdef SOS_OFI_CXI_QUIET_RATE
341-
/* FIXME: This intermittent quiet should not be required: */
342-
if (i % SOS_OFI_CXI_QUIET_RATE == 0) {
343-
shmem_transport_put_quiet((shmem_transport_ctx_t *)ctx);
344-
}
345-
#endif
346340
}
347341
*completion += 1;
348342
#else

src/transport_ofi.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
#define ENABLE_TARGET_CNTR 0
4141
#endif
4242

43-
#if DISABLE_NONFETCH_AMO
44-
/* FIXME: The progress of back-to-back atomic ops over CXI is improved with an
45-
* occasional quiet operation. This constant sets the number of atomic ops that
46-
* occur between calls to quiet within shmem_internal_atomicv. */
47-
#define SOS_OFI_CXI_QUIET_RATE 200
48-
#endif
49-
5043
#if ENABLE_TARGET_CNTR
5144
extern struct fid_cntr* shmem_transport_ofi_target_cntrfd;
5245
#endif

0 commit comments

Comments
 (0)