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.
1 parent ed07d4e commit 40318b1Copy full SHA for 40318b1
events/events_source.c
@@ -36,7 +36,7 @@ void test_source() {
36
int num_sources, source_index;
37
MPI_Count timestamp;
38
char name[MAX_STRING], desc[MAX_STRING];
39
- int name_len, desc_len;
+ int name_len = MAX_STRING, desc_len = MAX_STRING;
40
MPI_Count ticks_per_second, max_ticks;
41
MPI_Info info;
42
MPI_T_source_order ordering;
0 commit comments