Skip to content
GitLab
Menu
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
10ed9e3f
Commit
10ed9e3f
authored
Feb 20, 2017
by
Shane Snyder
Browse files
avoid parsing dxt modules at all in darshan-parser
parent
5b4673ad
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-util/darshan-parser.c
View file @
10ed9e3f
...
...
@@ -395,6 +395,9 @@ int main(int argc, char **argv)
"for module %s, SKIPPING.
\n
"
,
darshan_module_names
[
i
]);
continue
;
}
/* always ignore DXT modules -- those have a standalone parsing utility */
else
if
(
i
==
DXT_POSIX_MOD
||
i
==
DXT_MPIIO_MOD
)
continue
;
/* currently only POSIX, MPIIO, and STDIO modules support non-base
* parsing
*/
...
...
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