-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remoter with BiocParallel #28
Comments
I just did a quick test with |
Hi,
Best regards, Carlos |
Interesting. So I've found a machine where this fails. However, it doesn't fail when I use a different backend, like BiocParallel::bplapply(1:5, sqrt, BPPARAM=SnowParam()) I'd also be curious to know if Maybe someone from the BiocParallel project has some ideas. Pinging @mtmorgan. |
HI, |
A non-BiocParallel example that kills the server for me is
I think it is from |
Thanks for the quick response! Unfortunately(/fortunately?) that doesn't kill the server for me; does it for you? The only way so far I've been able to recreate the server crashing is on one machine with |
Hi, but last non-BiocParallel example from @mtmorgan kills the server:
Regards, |
This is so strange; I can't replicate it. I really have no idea what's going on. |
Just curious how this issue is going on. |
Hi again,
each time I use a parallel implementation of lapply or mapply using the Bioconductor package BiocParallel (bplapply, bpmapply) remoter at the server side is killed, producing the message "R_zmq_msg_recv errno: 4 strerror: Interrupted system call"
It seems a problem with the BiocParallel package though. Same command directly executed at the server manually does not produce any problem.
Regards,
Carlos
The text was updated successfully, but these errors were encountered: