meringlab / FlashWeave.jl

Inference of microbial interaction networks from large-scale heterogeneous abundance data
Other
71 stars 8 forks source link

Fix hangs in interleaved parallelism (Julia 1.2+) #9

Closed jtackm closed 4 years ago

jtackm commented 4 years ago

Interleaved parallel computations with many cores can occasionally get stuck on Julia 1.2 and 1.3, possibly due to internal changes in the implementation of Julia Channels. Likely solved by removing the dependency of StackChannels on these internals.