Revert "Density-based θˡⁱ state: fix compressible saturation & temperature inversion (closes #765, supersedes #752)"#778
Conversation
…ature in…" This reverts commit 6778a69.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
It was indeed #767, Reactant tests are back to normal times 😞 |
|
It is probably worth implementing a different solver that uses a fixed number of iterations, to see if this resolves the reactant performance issue. I am not surprised that a state dependent solver like a Newton solver induces a big slowdown -- we have seen that before |
|
The point is that compile time blows up, not simply runtime, XLA reports spending 25 minutes compiling in |
Hmm, compile problems make sense, though I’m not sure what it has to do with WENO |
The ways of XLA are infinite. |
Reverts #767.
I want to see if this resolves the slowdown in the Reactant tests observed at #773 (comment). CC @dkytezab @Pangoraw.