Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
9e716a57
Commit
9e716a57
authored
Aug 13, 2015
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip building analyzer/converter for now
parent
9f202697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
darshan-util/Makefile.in
darshan-util/Makefile.in
+1
-1
darshan-util/darshan-posix-logutils.c
darshan-util/darshan-posix-logutils.c
+0
-1
No files found.
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