-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Combine ad non-AD mat diffusion #29888
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
Combine ad non-AD mat diffusion #29888
Conversation
|
I'm trying to consolidate |
a66462f to
113bc53
Compare
|
grrr this is close, but gets a |
|
Check your explicit instantiations. |
e29ee32 to
e668f01
Compare
|
How do I deal with this @dschwen: I can't really figure out a way to do partial specialization with templates...Do I have to go modify |
|
oh maybe: |
|
Job Coverage, step Generate coverage on 7d3d0b5 wanted to post the following: Framework coverage
Modules coveragePhase field
Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Job Documentation, step Docs: sync website on 7d3d0b5 wanted to post the following: View the site here This comment will be updated on new commits. |
|
Job Precheck, step Clang format on dc4ab13 wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
dc4ab13 to
3591419
Compare
|
no that's not it... |
3591419 to
c5dda9f
Compare
|
I'm missing something @dschwen , the overwritten non-AD |
|
Oh wait, it's because |
|
|
9a4c958 to
6be38a9
Compare
|
Holy crapoli this PR will be the end of me... First issue: There is a intermittent failure in the optimization module: I can't reproduce it locally, and you can see in the civet history it hits often, but somewhat randomly. I'm not sure if has something to do with #29951 or not. Second issue:
For (1), I can just use the less (personally) favorable variables names. For (2), I can make a temporary |
72f5964 to
a1a7578
Compare
a1a7578 to
90050aa
Compare
|
Hi @lynnmunday @maxnezdyur , @dschwen recommended reaching out to you guys on this: I can't reproduce it locally, and you can see in the civet history it hits often, but somewhat randomly. I'm not sure if has something to do with #29951 or not. This happens in Any thoughts? |
|
In the test file, for the test failing you can add cli args that the test will be run with. Can you add |
|
Any luck @travismui ? |
|
Looks like it was due to SAM using |
3298154 to
e70544b
Compare
SAM patch prepared at SAM/SAM!1124, will be merged after this goes into |
|
Marmot patch is ready at https://github.inl.gov/ncrc/marmot/pull/948. @dschwen this is ready for re-review! |
|
Job Documentation public apps on 7d3d0b5 : invalidated by @tophmatthews Updated TMAP8 to remove ADMatDiffusion.md reference |
|
Ready to go, with patches for MARMOT and SAM ready. |
|
This is ready to go in right? What else can I do to help? |
|
Unfortunately not. It needs both a marmot and a SAM patch EDIT: ok you made those |
soooo......... |
|
SAM devel is broken at the moment |
|
Is sam broken still? This PR should still be ready.... |
|
SAM should be fine now. However this patch is breaking right, there is no point running tests again? |
Yeah. This PR breaks MARMOT and SAM. There are patches for both of those codes ready once this is merged that will unbreak them. Although it's been so long now, something else could be breaking. That's why I'm anxious to get this done with. |
|
Thanks @GiudGiud ! For the MARMOT patch, do I update the moose submodule to next or devel or not at all? |
|
to next please |
|
@travismui can you do the sam patching? Thanks! |
Ref #15915