Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
e9bd9496
Commit
e9bd9496
authored
Feb 23, 2017
by
Shane Snyder
Browse files
do not provide diff of DXT module data
parent
6a53c79f
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-diff.c
View file @
e9bd9496
...
@@ -191,6 +191,10 @@ int main(int argc, char *argv[])
...
@@ -191,6 +191,10 @@ int main(int argc, char *argv[])
for
(
i
=
0
;
i
<
DARSHAN_MAX_MODS
;
i
++
)
for
(
i
=
0
;
i
<
DARSHAN_MAX_MODS
;
i
++
)
{
{
/* skip the DXT modules -- we won't be diff'ing traces */
if
(
i
==
DXT_POSIX_MOD
||
i
==
DXT_MPIIO_MOD
)
continue
;
/* TODO: skip modules that don't have the same format version, for now */
/* TODO: skip modules that don't have the same format version, for now */
if
(
rec_ref1
->
mod_recs
[
i
]
&&
rec_ref2
&&
rec_ref2
->
mod_recs
[
i
]
&&
if
(
rec_ref1
->
mod_recs
[
i
]
&&
rec_ref2
&&
rec_ref2
->
mod_recs
[
i
]
&&
(
file1
->
mod_ver
[
i
]
!=
file2
->
mod_ver
[
i
]))
(
file1
->
mod_ver
[
i
]
!=
file2
->
mod_ver
[
i
]))
...
...
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