Jason K. Moore
Jason K. Moore
After reading all this I am open for merging #21377 but it would be nice if some unit tests were added with these failing examples and something is written in...
@connorferster Could you take over that PR and add a few updates? Adding the kwarg to linsolve is fine too.
I fixed the flag in https://github.com/csu-hmc/opty/pull/158/commits/e9728f9bdf603b563ab73826d73441257b6d3bc1 and the compilation seems to work, but no speed up. ``` Run python examples/parallel_example.py test.c Time for non-parallel: 12.084284799999978 Time for parallelized: 11.949921199999949 ```
There is an `intel-openmp` package https://github.com/conda-forge/intel_repack-feedstock, maybe that is a working option for Windows.
I just tried it out and it seemed to work correctly for me (although slow as @bjodah mentioned). Thank you! With our old sympy live implementation, it displayed the python...
I mean that, as far as I know, no one on the SymPy development team knows much about this new setup, so if it breaks someone has to fix it...
> So far SymPy Live has been running like this with jupyterlite for a couple of years now I think. Nothing has broken and no one has needed to do...
@agriyakhetarpal thanks for the very helpful and informative answers. That satisfies my concerns. I'm good with merging this! Thanks for the effort.
I think the examples are more like $\int dt$ (minimize time) or $w_1\int F^2 dt + w_2\int dt$ (minimize force and time with weights). The integrals should never have 'h'...
Only if I can figure it out.