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 0e391fe commit 34377a1Copy full SHA for 34377a1
src/cases/report_timing.cpp
@@ -74,7 +74,7 @@ int print_timing_WR(e3sm_io_config *cfg,
74
MPI_Offset vlen, sum_decomp_varlen;
75
MPI_Comm comm=cfg->io_comm;
76
double ioTime;
77
- perf_metrics metrics, *all_metrics;
+ perf_metrics metrics, *all_metrics=NULL;
78
79
ndecomp = decom->num_decomp;
80
@@ -342,7 +342,7 @@ int print_timing_RD(e3sm_io_config *cfg,
342
343
344
345
346
347
348
0 commit comments