JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software
https://docs.sciml.ai/Symbolics/stable/
Other
1.36k stars 151 forks source link

How to Build and Use a Parallel Function with Symbolics.build_function in Julia #1150

Open maysam-gholampour opened 4 months ago

maysam-gholampour commented 4 months ago

Dear all,

I have built a function in the same fashion as described in the Getting Started section of the Symbolics.jl documentation (Getting Started with Symbolics.jl · Symbolics.jl). The only thing I changed was adding parallel = Symbolics.MultithreadedForm() in build_function. However, when I include the written function and then try to apply the evaluated function, I receive an error regarding Symbolics.var"#noop#398".

Thanks in advance,

ChrisRackauckas commented 3 months ago

@shashi do you know what happened to this?