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
Jakob Luettgau
darshan
Commits
9e716a57
Commit
9e716a57
authored
Aug 13, 2015
by
Shane Snyder
Browse files
skip building analyzer/converter for now
parent
9f202697
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-util/Makefile.in
View file @
9e716a57
all
:
libdarshan-util.a
darshan-analyzer darshan-convert
darshan-parser
all
:
libdarshan-util.a darshan-parser
DESTDIR
=
srcdir
=
@srcdir@
...
...
darshan-util/darshan-posix-logutils.c
View file @
9e716a57
...
...
@@ -66,7 +66,6 @@ static int darshan_log_get_posix_file(darshan_fd fd, void** psx_buf_p,
*
file_rec
=
(
void
*
)
file
;
*
rec_id
=
file
->
f_id
;
*
psx_buf_p
=
(
file
+
1
);
/* increment input buf by size of file record */
//((struct darshan_posix_file *)(*psx_buf_p))++;
*
bytes_left
-=
sizeof
(
struct
darshan_posix_file
);
return
(
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