We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fd52d commit 32bd72dCopy full SHA for 32bd72d
src/collectives.c
@@ -208,8 +208,8 @@ shmem_internal_collectives_init(void)
208
} else {
209
RAISE_WARN_MSG("Ignoring bad reduction algorithm '%s'\n", type);
210
}
211
- }
212
- if (shmem_internal_params.SCAN_ALGORITHM_provided) {
+ }
+ if (shmem_internal_params.SCAN_ALGORITHM_provided) {
213
type = shmem_internal_params.SCAN_ALGORITHM;
214
if (0 == strcmp(type, "auto")) {
215
shmem_internal_scan_type = AUTO;
0 commit comments