AsafManela / HurdleDMR.jl

Hurdle Distributed Multinomial Regression (HDMR) implemented in Julia
Other
24 stars 13 forks source link

Occasional failures on windows #7

Open AsafManela opened 5 years ago

AsafManela commented 5 years ago

Fitting a DMR or HDMR on windows sometimes fails when trying to map memory (mmap), with parallel=true and local_cluster=true specified (the default).

A workaround is to specify local_cluster=false or to turn off parallelization altogether with parallel=false.

This problem should go away after #6 is resolved.