[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] 2 commits: APMPI log processing example notebook

Sudheer Chunduri xgitlab at cels.anl.gov
Tue Feb 16 14:07:20 CST 2021



Sudheer Chunduri pushed to branch autoperf-mod-update at darshan / darshan


Commits:
3beafa6d by Sudheer Chunduri at 2021-02-16T00:15:40+00:00
APMPI log processing example notebook

- - - - -
fff1c426 by Sudheer Chunduri at 2021-02-16T20:06:40+00:00
include header record as well

- - - - -


2 changed files:

- darshan-util/pydarshan/darshan/report.py
- darshan-util/pydarshan/examples/01_darshan-apmpi.ipynb


Changes:

=====================================
darshan-util/pydarshan/darshan/report.py
=====================================
@@ -434,6 +434,7 @@ class DarshanReport(object):
 
         # fetch header record
         header_rec = backend.log_get_apmpi_record(self.log, _structdefs[mod+"-HEADER"])
+        self.records[mod].append(header_rec)
 
         # fetch records
         rec = backend.log_get_apmpi_record(self.log, _structdefs[mod+"-PERF"])


=====================================
darshan-util/pydarshan/examples/01_darshan-apmpi.ipynb
=====================================
The diff for this file was not included because it is too large.


View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/a899a9b0dddb0c35a777b627aba6deeea13eab5c...fff1c426cf5079d7be696500f50c38963a23e334

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/a899a9b0dddb0c35a777b627aba6deeea13eab5c...fff1c426cf5079d7be696500f50c38963a23e334
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/20210216/6bcc9742/attachment.html>


More information about the Darshan-commits mailing list