-
Notifications
You must be signed in to change notification settings - Fork 85
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
Only "sequental' plan can work #649
Comments
Hi, I designed absolute_safe in this way, I don't know if these condition message can lead to this problem:
|
Quick comments: In case you're not already aware, when you use
I'm not sure if I fully understand. Are you're saying you would not expect If you're saying As next steps:
|
Thanks for your reply, @HenrikBengtsson . I have tested the combination between ABSOLUTE and There are two consequence.
I finally decided to remove |
The official ABOSOLUTE also post some code to run ABSOLUTE parallelly which running foreach with doMC (multicore).
|
After continual usage of future in everyday parallel function in linux, I found results error or Some similar finding also exits here: #390. |
(Please use https://github.com/HenrikBengtsson/future/discussions for Q&A)
Describe the bug
I have following code, I have run it in "multicore" with
workers
equal to 1 or 2.in the same computer, but run in another R session
biomisc::run_absolute (https://github.com/Yunuuuu/biomisc/blob/main/R/run_absolute.R) contains following code:
A clear and concise description of what the bug is.
When I use
workers
2, Itop
command indicates R usage is around 1-5%.So I run another R session with
worker
1, which can lead to a up to 600-650% CPU usageand after the second R session command returned a result(begin later), the first R session still running here:
Session information
R session output:
the first R future session:
the second future R session
The text was updated successfully, but these errors were encountered: