John Tinnerholm

Results 38 comments of John Tinnerholm

This is starting to become like a log book. I did some experimentation in my compiler by abusing MTK just a little bit 🧷 Instead of generating all equations and...

Still, issues with growing compilation although far from as severe as before. Some new models are included below (as .txt files) from 10 to 1600. [Casc10Experimental.txt](https://github.com/SciML/ModelingToolkit.jl/files/8109797/Casc10Experimental.txt) [Casc100Experimental.txt](https://github.com/SciML/ModelingToolkit.jl/files/8109804/Casc100Experimental.txt) [Casc200Experimental.txt](https://github.com/SciML/ModelingToolkit.jl/files/8109805/Casc200Experimental.txt) [Casc400Experimental.txt](https://github.com/SciML/ModelingToolkit.jl/files/8109808/Casc400Experimental.txt) [Casc800Experimental.txt](https://github.com/SciML/ModelingToolkit.jl/files/8109809/Casc800Experimental.txt)...

Saw your latest post. t-9 should be a zero-cross right? Might be similar to the issue I am having [here](https://github.com/SciML/Sundials.jl/issues/290) Works with Sundials from C, not via Sundials.jl might be...

Forgot to update: ``` using DiffEqBase using DifferentialEquations using Plots using Sundials using Revise function BouncingBallRealsCallbackSet(p)#=parameters=# condition1(x, t, integrator) = begin test = x[2] - 0 return test end affect1!(integrator)...

Ah sorry my mistake, I was imprecise as usual 💯 I did not indent for the saving callback to solve the issue, rather I wanted to highlight that the issue...

> I don't have time to test this but perhaps #12139 fixes this issue. @phannebohm I tested it just now, and sadly it does not seem to resolve the issue....

@lochel @arun3688 I think @lochel knows exactly what this issue is and how to solve it : ) (If it exists for OMPython as it does for OMJulia)

@casella Some bullets. You are right that you might sometimes need to write to file, since in some cases available memory is not enough, and swapping might result in the...

@arun3688 I noticed it when I tried some things (I am one of those people who do weird things). Basically, I put a lot of print statements for debugging in...

I currently do not have the time to do work on this. It is not really critical but I leave it open should either of us have the time