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
71
Issues
71
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
7d8ebfa0
Commit
7d8ebfa0
authored
Jun 28, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup compiler warnings from edison
parent
2a22e1ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2921 additions
and
1628 deletions
+2921
-1628
darshan-runtime/configure
darshan-runtime/configure
+2916
-1620
darshan-runtime/darshan-runtime-config.h.in
darshan-runtime/darshan-runtime-config.h.in
+0
-3
darshan-runtime/lib/darshan-common.c
darshan-runtime/lib/darshan-common.c
+1
-1
darshan-runtime/lib/darshan-core.c
darshan-runtime/lib/darshan-core.c
+4
-4
No files found.
darshan-runtime/configure
View file @
7d8ebfa0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
darshan-runtime/darshan-runtime-config.h.in
View file @
7d8ebfa0
...
...
@@ -60,9 +60,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
...
...
darshan-runtime/lib/darshan-common.c
View file @
7d8ebfa0
...
...
@@ -224,7 +224,7 @@ void darshan_common_val_counter(void **common_val_root, int *common_val_count,
int64_t
val
,
int64_t
*
common_val_p
,
int64_t
*
common_cnt_p
)
{
struct
darshan_common_val_counter
*
counter
;
struct
darshan_common_val_counter
*
found
;
struct
darshan_common_val_counter
*
found
=
NULL
;
struct
darshan_common_val_counter
tmp_counter
;
void
*
tmp
;
...
...
darshan-runtime/lib/darshan-core.c
View file @
7d8ebfa0
...
...
@@ -330,12 +330,12 @@ void darshan_core_shutdown()
int64_t
last_end_time
;
double
start_log_time
;
double
tm_end
;
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
;
char
*
logfile_name
;
int
local_mod_use
[
DARSHAN_MAX_MODS
]
=
{
0
};
int
global_mod_use_count
[
DARSHAN_MAX_MODS
]
=
{
0
};
...
...
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