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
5
Merge Requests
5
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
b800d571
Commit
b800d571
authored
Dec 02, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup dxt logutils code
parent
fef3f1fc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
136 additions
and
120 deletions
+136
-120
darshan-dxt-logutils.c
darshan-util/darshan-dxt-logutils.c
+131
-111
darshan-dxt-logutils.h
darshan-util/darshan-dxt-logutils.h
+5
-0
darshan-dxt-parser.c
darshan-util/darshan-dxt-parser.c
+0
-9
No files found.
darshan-util/darshan-dxt-logutils.c
View file @
b800d571
This diff is collapsed.
Click to expand it.
darshan-util/darshan-dxt-logutils.h
View file @
b800d571
...
...
@@ -11,4 +11,9 @@
extern
struct
darshan_mod_logutil_funcs
dxt_posix_logutils
;
extern
struct
darshan_mod_logutil_funcs
dxt_mpiio_logutils
;
void
dxt_log_print_posix_file
(
void
*
file_rec
,
char
*
file_name
,
char
*
mnt_pt
,
char
*
fs_type
,
struct
lustre_record_ref
*
rec_ref
);
void
dxt_log_print_mpiio_file
(
void
*
file_rec
,
char
*
file_name
,
char
*
mnt_pt
,
char
*
fs_type
);
#endif
darshan-util/darshan-dxt-parser.c
View file @
b800d571
...
...
@@ -20,12 +20,6 @@
#include "darshan-logutils.h"
extern
void
dxt_logutils_cleanup
();
extern
void
dxt_log_print_posix_file
(
void
*
file_rec
,
char
*
file_name
,
char
*
mnt_pt
,
char
*
fs_type
,
struct
lustre_record_ref
*
ref
);
extern
void
dxt_log_print_mpiio_file
(
void
*
file_rec
,
char
*
file_name
,
char
*
mnt_pt
,
char
*
fs_type
);
int
usage
(
char
*
exename
)
{
fprintf
(
stderr
,
"Usage: %s <filename>
\n
"
,
exename
);
...
...
@@ -287,9 +281,6 @@ int main(int argc, char **argv)
ret
=
0
;
/* DXT */
dxt_logutils_cleanup
();
cleanup:
darshan_log_close
(
fd
);
free
(
mod_buf
);
...
...
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