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
darshan
darshan
Commits
51505ca9
Commit
51505ca9
authored
Sep 23, 2016
by
Shane Snyder
Browse files
cleanup darshan-merge usage printing
parent
a9dbd195
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-merge.c
View file @
51505ca9
...
...
@@ -19,8 +19,9 @@ struct darshan_shared_record_ref
void
usage
(
char
*
exename
)
{
fprintf
(
stderr
,
"Usage: %s --output <output_path> [options] <input
-
log
s
>
\n
"
,
exename
);
fprintf
(
stderr
,
"Usage: %s --output <output_path> [options] <input
_
log
_glob
>
\n
"
,
exename
);
fprintf
(
stderr
,
"This utility merges multiple Darshan log files into a single output log file.
\n
"
);
fprintf
(
stderr
,
"<input_log_glob> is a pattern that matches all input log files (e.g., /log-path/*.darshan).
\n
"
);
fprintf
(
stderr
,
"Options:
\n
"
);
fprintf
(
stderr
,
"
\t
--output
\t
(REQUIRED) Full path of the output darshan log file.
\n
"
);
fprintf
(
stderr
,
"
\t
--shared-redux
\t
Reduce globally shared records into a single record.
\n
"
);
...
...
Shane Snyder
@ssnyder
mentioned in issue
#199 (closed)
·
Sep 23, 2016
mentioned in issue
#199 (closed)
mentioned in issue #199
Toggle commit list
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