Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_threaded_loop not defined #6

Closed
grahamas opened this issue Sep 4, 2019 · 2 comments
Closed

in_threaded_loop not defined #6

grahamas opened this issue Sep 4, 2019 · 2 comments

Comments

@grahamas
Copy link

grahamas commented Sep 4, 2019

On julia nightly (8 days old) when julia is run with JULIA_NUM_THREADS=N for N > 1 and code inside @distributed. Stack trace leads to mapreduce.jl:130.

For various reasons my code doesn't work on previous julia versions, but I'll update here as I'm able to isolate the error. Any advice appreciated.

@Jutho
Copy link
Owner

Jutho commented Sep 6, 2019

I use some unexported, i.e. private properties of the Base.Threads, which has probably changed with the new threading infrastructure of Julia 1.3. I'll take a look into this.

@Jutho
Copy link
Owner

Jutho commented Sep 8, 2019

fixed on master, I will tag a new version.

@Jutho Jutho closed this as completed Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants