Skip to content

Commit

Permalink
Merge pull request ornladios#3759 from pnorbert/bp5dbg-metadata
Browse files Browse the repository at this point in the history
bp5dbg parse records and check sizes during it for mmd.0 and md.0. No…

(cherry picked from commit 6d8bdba)
  • Loading branch information
eisenhauer authored and vicentebolea committed Oct 19, 2023
1 parent a43d013 commit eac2270
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 1,236 deletions.
2 changes: 1 addition & 1 deletion source/utils/bp5dbg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ install(PROGRAMS bp5dbg.py
install(
FILES
adios2/bp5dbg/__init__.py
adios2/bp5dbg/data.py
adios2/bp5dbg/utils.py
adios2/bp5dbg/metadata.py
adios2/bp5dbg/metametadata.py
adios2/bp5dbg/idxtable.py
DESTINATION ${CMAKE_INSTALL_PYTHONDIR}/adios2/bp5dbg COMPONENT adios2_scripts-runtime
)
2 changes: 1 addition & 1 deletion source/utils/bp5dbg/adios2/bp5dbg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .data import *
from .idxtable import *
from .metadata import *
from .metametadata import *
Loading

0 comments on commit eac2270

Please sign in to comment.