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.
2 parents 7962a8e + e9a6246 commit 1be5358Copy full SHA for 1be5358
ompi/mca/topo/treematch/treematch/tm_bucket.c
@@ -31,7 +31,7 @@ static int ilog2(int val)
31
32
static int verbose_level = ERROR;
33
34
-bucket_list_t global_bl;
+static bucket_list_t global_bl = {0};
35
36
int tab_cmp(const void*,const void*);
37
int old_bucket_id(int,int,bucket_list_t);
0 commit comments