Skip to content

Commit 32bd72d

Browse files
avinciguwrrobin
andauthored
Update src/collectives.c
Co-authored-by: Md Rahman <wrrobin@gmail.com>
1 parent 98fd52d commit 32bd72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collectives.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ shmem_internal_collectives_init(void)
208208
} else {
209209
RAISE_WARN_MSG("Ignoring bad reduction algorithm '%s'\n", type);
210210
}
211-
}
212-
if (shmem_internal_params.SCAN_ALGORITHM_provided) {
211+
}
212+
if (shmem_internal_params.SCAN_ALGORITHM_provided) {
213213
type = shmem_internal_params.SCAN_ALGORITHM;
214214
if (0 == strcmp(type, "auto")) {
215215
shmem_internal_scan_type = AUTO;

0 commit comments

Comments
 (0)