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 f150735 + e4654c1 commit 85503c1Copy full SHA for 85503c1
opal/mca/btl/usnic/btl_usnic_component.c
@@ -90,7 +90,7 @@
90
opal_recursive_mutex_t btl_usnic_lock = OPAL_RECURSIVE_MUTEX_STATIC_INIT;
91
92
/* RNG buffer definition */
93
-opal_rng_buff_t opal_btl_usnic_rand_buff = {0};
+opal_rng_buff_t opal_btl_usnic_rand_buff = {{0}};
94
95
/* simulated clock */
96
uint64_t opal_btl_usnic_ticks = 0;
0 commit comments