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 845ed71 + 2e7486b commit 52bea1dCopy full SHA for 52bea1d
opal/mca/btl/usnic/btl_usnic_component.c
@@ -87,7 +87,7 @@
87
#define OPAL_BTL_USNIC_NUM_COMPLETIONS 500
88
89
/* RNG buffer definition */
90
-opal_rng_buff_t opal_btl_usnic_rand_buff = {0};
+opal_rng_buff_t opal_btl_usnic_rand_buff = {{0}};
91
92
/* simulated clock */
93
uint64_t opal_btl_usnic_ticks = 0;
0 commit comments