Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sudheer Chunduri
darshan
Commits
f2293a81
Commit
f2293a81
authored
Feb 24, 2016
by
Shane Snyder
Browse files
fix compile warnings for uninit timers
parent
07ff011f
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
f2293a81
...
...
@@ -262,12 +262,12 @@ void darshan_core_shutdown()
darshan_record_id
*
mod_shared_recs
;
int
shared_rec_cnt
=
0
;
double
start_log_time
;
double
open1
,
open2
;
double
job1
,
job2
;
double
rec1
,
rec2
;
double
open1
=
0
,
open2
=
0
;
double
job1
=
0
,
job2
=
0
;
double
rec1
=
0
,
rec2
=
0
;
double
mod1
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
mod2
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
header1
,
header2
;
double
header1
=
0
,
header2
=
0
;
double
tm_end
;
uint64_t
gz_fp
=
0
;
MPI_File
log_fh
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment