Entering edit mode
Aaron Mackey
▴
200
@aaron-mackey-3833
Last seen 9.9 years ago
I have mcmapply (and related parallel library functions) working fine
with
example code, but when I try to run my own function (which makes calls
to
estimateGLMCommonDisp, etc) in parallel, only one core remains
engaged, no
forking happens. The only thing I can imagine is that the parallel
library
has detected my use of a dynamically loaded .so, and has reverted to
serial
behavior? Or is edgeR preventing it's functions from being fork'ed
somehow?
Thanks in advance,
-Aaron
[[alternative HTML version deleted]]