JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

MKL_NUM_THREADS #11

Open akirakyle opened 8 months ago

akirakyle commented 8 months ago

I wanted to make sure to also report this bug I described over at https://github.com/SciML/LinearSolve.jl/issues/427#issuecomment-1804823886 here so it can be discussed.

I'm not sure what exactly the right behavior should be but currently it seems like I've been running into a bunch of surprises around Distributed with MKL and threading. Ideally whatever the default behavior is for OpenBLAS should also apply to MKL?