[Darshan-commits] [Git][darshan/darshan][master] expose new H5D module counter via pydarshan

Shane Snyder xgitlab at cels.anl.gov
Fri Mar 26 11:30:20 CDT 2021



Shane Snyder pushed to branch master at darshan / darshan


Commits:
f0835bed by Shane Snyder at 2021-03-26T11:28:55-05:00
expose new H5D module counter via pydarshan

- - - - -


1 changed file:

- darshan-util/pydarshan/darshan/backend/cffi_backend.py


Changes:

=====================================
darshan-util/pydarshan/darshan/backend/cffi_backend.py
=====================================
@@ -308,6 +308,8 @@ def log_get_generic_record(log, mod_name, dtype='numpy'):
 
     rec['id'] = rbuf[0].base_rec.id
     rec['rank'] = rbuf[0].base_rec.rank
+    if mod_name == 'H5D':
+        rec['file_rec_id'] = rbuf[0].file_rec_id
 
     clst = []
     for i in range(0, len(rbuf[0].counters)):



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f0835bed5024d4e02e569dbd176edc6d8c4dd318

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f0835bed5024d4e02e569dbd176edc6d8c4dd318
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/20210326/4505e88b/attachment-0001.html>


More information about the Darshan-commits mailing list