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
085aaaa7
Commit
085aaaa7
authored
Jun 21, 2016
by
Glenn K. Lockwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug that prevented parser from reading in record with striping > 1 but < 8
parent
b51c463b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
darshan-util/darshan-lustre-logutils.c
darshan-util/darshan-lustre-logutils.c
+1
-1
No files found.
darshan-util/darshan-lustre-logutils.c
View file @
085aaaa7
...
...
@@ -78,7 +78,7 @@ static int darshan_log_get_lustre_record(darshan_fd fd, void* lustre_buf,
);
if
(
ret
<
0
)
return
(
-
1
);
else
if
(
ret
<
sizeof
(
struct
darshan_lustre_record
))
else
if
(
ret
<
(
rec
->
counters
[
LUSTRE_STRIPE_WIDTH
]
-
1
)
*
sizeof
(
OST_ID
))
return
(
0
);
/* swap bytes if necessary */
if
(
fd
->
swap_flag
)
...
...
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