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
1980d236
Commit
1980d236
authored
Jun 11, 2018
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add another comment for more details
parent
b4ec5840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
darshan-util/darshan-posix-logutils.c
darshan-util/darshan-posix-logutils.c
+1
-0
No files found.
darshan-util/darshan-posix-logutils.c
View file @
1980d236
...
...
@@ -100,6 +100,7 @@ static int darshan_log_get_posix_file(darshan_fd fd, void** posix_buf_p)
fopen_counter
=
(
int64_t
*
)
dest_p
;
do
{
/* pull POSIX records until we find one that doesn't have STDIO data */
ret
=
darshan_log_get_mod
(
fd
,
DARSHAN_POSIX_MOD
,
scratch
,
rec_len
);
}
while
(
ret
==
rec_len
&&
*
fopen_counter
>
0
);
if
(
ret
!=
rec_len
)
...
...
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