[Darshan-commits] [Git][darshan/darshan][issue-241-fopen-upconvert] add another comment for more details
Shane Snyder
xgitlab at cels.anl.gov
Mon Jun 11 15:26:11 CDT 2018
Shane Snyder pushed to branch issue-241-fopen-upconvert at darshan / darshan
Commits:
1980d236 by Shane Snyder at 2018-06-11T15:25:47-05:00
add another comment for more details
- - - - -
1 changed file:
- darshan-util/darshan-posix-logutils.c
Changes:
=====================================
darshan-util/darshan-posix-logutils.c
=====================================
--- a/darshan-util/darshan-posix-logutils.c
+++ b/darshan-util/darshan-posix-logutils.c
@@ -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)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1980d236545c70a1cdaad649b8bd0846b9e42dbc
---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1980d236545c70a1cdaad649b8bd0846b9e42dbc
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20180611/18fdf079/attachment.html>
More information about the Darshan-commits
mailing list