Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
74
Issues
74
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
f2293a81
Commit
f2293a81
authored
Feb 24, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compile warnings for uninit timers
parent
07ff011f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
darshan-runtime/lib/darshan-core.c
darshan-runtime/lib/darshan-core.c
+4
-4
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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