Hi All, I wanted to try julia with threads, therefore I have cloned GIT repository, checkout version 0.4.3
git checkout release-0.4 I have put JULIA_THREADS=1, here is my Make.user CC=/opt/rh/devtoolset-2/root/usr/bin/gcc CXX=/opt/rh/devtoolset-2/root/usr/bin/g++ JULIA_THREADS=1 and compiled julia. Nevertheless I do not see the support threads, since I do not see module Base.Threads. Does anyone has experience with this? Can anyone recommend, what should I do or what I did wrong? Thank you very much for any help. Best wishes, Tomas
