Skip to content

Commit

Permalink
Merge branch 'scan' of https://github.com/avincigu/SOS into scan
Browse files Browse the repository at this point in the history
  • Loading branch information
avincigu committed Jan 16, 2025
2 parents aa60eec + 32bd72d commit caffaca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpp/shmemx.h4
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include(shmemx_c_func.h4)dnl
/* SHMEMX constant(s) are included in MAX_HINTS value in shmem-def.h */
#define SHMEMX_MALLOC_NO_BARRIER (1l<<2)

/* C++ overloaded declarations */
/* C++ overloaded declarations */
#ifdef __cplusplus
} /* extern "C" */

Expand Down
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 caffaca

Please sign in to comment.