JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software

Home Page:https://symbolics.juliasymbolics.org/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

maysam-gholampour opened this issue · 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?