ACEsuit / IPFitting.jl

Fitting of NBodyIPs
Other
5 stars 10 forks source link

Multithreading #11

Closed cortner closed 2 years ago

cortner commented 4 years ago

Should we switch to the built-in Julia scheduler via the @spawn model?

https://docs.julialang.org/en/v1/base/multi-threading/ https://julialang.org/blog/2019/07/multithreading/ http://www.cs.unb.ca/~aubanel/JuliaMultithreadingNotes.html

casv2 commented 4 years ago

I'll look into this!

cortner commented 2 years ago

I think we are retiring multi-threading altogether, so this can go.