Skip to content

Commit 1be5358

Browse files
authored
Merge pull request #6212 from jsquyres/pr/fix-treematch-common-symbol
treematch: fix global common symbol
2 parents 7962a8e + e9a6246 commit 1be5358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/topo/treematch/treematch/tm_bucket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static int ilog2(int val)
3131

3232
static int verbose_level = ERROR;
3333

34-
bucket_list_t global_bl;
34+
static bucket_list_t global_bl = {0};
3535

3636
int tab_cmp(const void*,const void*);
3737
int old_bucket_id(int,int,bucket_list_t);

0 commit comments

Comments
 (0)