Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bp5dbg parse records and check sizes during it for mmd.0 and md.0. No… #3759

Merged
merged 3 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading