Skip to content

Commit

Permalink
Merge pull request #1138 from davidozog/pr/team_config_mask_msg
Browse files Browse the repository at this point in the history
Teams: move warning to debug message for config_mask==0 and config == null
  • Loading branch information
David Ozog authored Jun 25, 2024
2 parents ea5cf5e + b5c6781 commit 2436203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shmem_team.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ int shmem_internal_team_split_strided(shmem_internal_team_t *parent_team, int PE

if (config_mask == 0) {
if (config != NULL) {
RAISE_WARN_MSG("%s %s\n", "team_split_strided operation encountered an unexpected",
"non-NULL config structure passed with a config_mask of 0.");
DEBUG_MSG("%s %s\n", "team_split_strided operation encountered an unexpected",
"non-NULL config structure passed with a config_mask of 0.");
}
shmem_team_config_t defaults;
myteam->config_mask = 0;
Expand Down

0 comments on commit 2436203

Please sign in to comment.