Skip to content

Commit

Permalink
Merge pull request #1140 from davidozog/pr/rm_team_config_mask_msg
Browse files Browse the repository at this point in the history
Teams: remove debug msg if mask==0 & config!=null
  • Loading branch information
davidozog authored Oct 3, 2024
2 parents 34b5727 + 5da0dee commit 909c4a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shmem_team.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ int shmem_internal_team_split_strided(shmem_internal_team_t *parent_team, int PE
myteam->size = PE_size;

if (config_mask == 0) {
if (config != NULL) {
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;
myteam->contexts_len = 0;
Expand Down

0 comments on commit 909c4a6

Please sign in to comment.