Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
f0835bed
Commit
f0835bed
authored
Mar 26, 2021
by
Shane Snyder
Browse files
expose new H5D module counter via pydarshan
parent
63130594
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/darshan/backend/cffi_backend.py
View file @
f0835bed
...
...
@@ -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
)):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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