JuliaSymbolics/Symbolics.jl

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

Opened this issue · 1 comments

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,

@shashi do you know what happened to this?