-
Notifications
You must be signed in to change notification settings - Fork 26
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
Drhdf5 fix #1816
Closed
Closed
Drhdf5 fix #1816
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added IP&A additions See merge request simulation/trick!1
Added get_class_map function to scheduler See merge request simulation/trick!2
…aster' Resolve AXST-250128 "Feature/ create simulation profiler" Closes AXST-250128 See merge request simulation/axtools/trick!3
…into 'master' External link to Standard Messenger See merge request simulation/axtools/trick!4
…aster' Resolve AXST-321270 "Bugfix/ axsim memory manager issues" Closes AXST-321270 See merge request simulation/axtools/trick!5
Record Toggle See merge request simulation/axtools/trick!8
Hard Fail on Bad Memory See merge request simulation/axtools/trick!9
Record Enable moved to Member of Trick Data Record Object See merge request simulation/axtools/trick!11
DR Check See merge request simulation/axtools/trick!10
Data Record Fix See merge request simulation/axtools/trick!12
Double Free Removal See merge request simulation/axtools/trick!13
…ols/trick into hotfix/fix_MTV_GUI
…ulation/axtools/trick into hotfix/fix_MTV_GUI
I think this will require more investigation to ensure that any proposed solution doesn't introduce unwanted behavior elsewhere in the system, and as such our team will investigate and resolve this internally. Thank you for the information and valuable input you have provided. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Macros in the DRHDF5 file modify the size of the DRHDF5 in only this translation unit upon compilation. This can result in buffer overflow (encountered during tests with checkpoint loading).