Skip to content

Commit

Permalink
Update src/collectives.c
Browse files Browse the repository at this point in the history
Co-authored-by: Md Rahman <wrrobin@gmail.com>
  • Loading branch information
avincigu and wrrobin authored Jan 6, 2025
1 parent 98fd52d commit 32bd72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collectives.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ shmem_internal_collectives_init(void)
} else {
RAISE_WARN_MSG("Ignoring bad reduction algorithm '%s'\n", type);
}
}
if (shmem_internal_params.SCAN_ALGORITHM_provided) {
}
if (shmem_internal_params.SCAN_ALGORITHM_provided) {
type = shmem_internal_params.SCAN_ALGORITHM;
if (0 == strcmp(type, "auto")) {
shmem_internal_scan_type = AUTO;
Expand Down

0 comments on commit 32bd72d

Please sign in to comment.