-
Notifications
You must be signed in to change notification settings - Fork 509
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
Updates for DAGMC 3.2.0 #1747
Merged
Merged
Updates for DAGMC 3.2.0 #1747
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
Ah super, perfect timing, I just came across a build error that I think this PR will fix
I am just retrying the build using your branch and will report back |
Yeah, it should hopefully take care of those. Thanks for trying it out! |
I can confirm it builds over here |
paulromano
reviewed
Jan 18, 2021
paulromano
approved these changes
Jan 18, 2021
Thanks for the fix @pshriwise! |
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.
A couple of small updates to the DAGMC metadata interface require a couple of changes in our DAGMC code here. They're reflective of some improvements toward using modern C++ by @bam241, so overall I think they're a positive change. We're having discussions about the metadata handling in DAGMC soon. Part of that discussion will have to do with insulating against future interface changes like these.
I've included a check in the
CMakeLists.txt
for the DAGMC version here as well to avoid build errors for older versions of DAGMC without these updates. The DAGMC files for theuwuw
andrefl
tests have updated because the material IDs in the UWUW file are now being read in a different order. This doesn't affect transport (hence no change to the expected results), but it does change the inputs slightly. I've adjusted the DAGMC files accordingly to account for that.The other change to the material name comparison is a fix so that names are compared in lowercase. This is a regression that was reported by @helen-brooks a while ago that I'm just getting around to.