Skip to content

Commit 014baab

Browse files
don't multithread by default
1 parent 3c88997 commit 014baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_function.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ end
4747
function _build_function(target::JuliaTarget, rhss, vs, ps = (), args = (),
4848
conv = simplified_expr, expression = Val{true};
4949
checkbounds = false, constructor=nothing,
50-
linenumbers = true, multithread=true)
50+
linenumbers = true, multithread=false)
5151
_vs = map(x-> x isa Operation ? x.op : x, vs)
5252
_ps = map(x-> x isa Operation ? x.op : x, ps)
5353
var_pairs = [(u.name, :(u[$i])) for (i, u) enumerate(_vs)]

0 commit comments

Comments
 (0)