Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
61
Issues
61
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
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-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()
...
@@ -262,12 +262,12 @@ void darshan_core_shutdown()
darshan_record_id
*
mod_shared_recs
;
darshan_record_id
*
mod_shared_recs
;
int
shared_rec_cnt
=
0
;
int
shared_rec_cnt
=
0
;
double
start_log_time
;
double
start_log_time
;
double
open1
,
open2
;
double
open1
=
0
,
open2
=
0
;
double
job1
,
job2
;
double
job1
=
0
,
job2
=
0
;
double
rec1
,
rec2
;
double
rec1
=
0
,
rec2
=
0
;
double
mod1
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
mod1
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
mod2
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
mod2
[
DARSHAN_MAX_MODS
]
=
{
0
};
double
header1
,
header2
;
double
header1
=
0
,
header2
=
0
;
double
tm_end
;
double
tm_end
;
uint64_t
gz_fp
=
0
;
uint64_t
gz_fp
=
0
;
MPI_File
log_fh
;
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