shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

Multi-threading? #41

Closed Moelf closed 3 years ago

Moelf commented 3 years ago

There seems only to be multi-process parallel but not multi-threading one

shashi commented 3 years ago

If you start Julia with -t 8 or any other mode with threads, you should get automatic multi threading.