HurdleDMR.jl icon indicating copy to clipboard operation
HurdleDMR.jl copied to clipboard

Occasional failures on windows

Open AsafManela opened this issue 5 years ago • 0 comments

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.

AsafManela avatar Mar 21 '19 19:03 AsafManela