Skip to content

Commit

Permalink
Adding ring testing to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
avincigu committed Dec 18, 2024
1 parent a1c8631 commit 013731a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
libfabric_version: v1.13.x
- config_name: ring reduce algorithm
env_setup: export SHMEM_REDUCE_ALGORITHM=ring
export SHMEM_SCAN_ALGORITHM=ring
sos_config: --enable-error-checking --enable-pmi-simple
libfabric_version: v1.13.x
- config_name: ring fcollect algorithm, tx/rx single poll limit
Expand Down
1 change: 1 addition & 0 deletions src/shmem_comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ shmem_internal_atomicv(shmem_ctx_t ctx, void *target, const void *source,
#else
if (shmem_shr_transport_use_atomic(ctx, target, len, pe, datatype)) {
shmem_shr_transport_atomicv(ctx, target, source, len, pe, op, datatype);
shmem_transport_quiet(ctx);
} else {
shmem_transport_atomicv((shmem_transport_ctx_t *)ctx, target, source, len,
pe, op, datatype, completion);
Expand Down

0 comments on commit 013731a

Please sign in to comment.