Many rsessions mostly idle with parallelism = "future"
#1370
Unanswered
matthiasgomolka
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prework
Before trying to create a reprex, I wanted to make sure there is no obvious short answer. If this is not the case, I'll try to create a reprex.
Description
I noticed that very often, many of the rsessions which should be used for parallel processing in my drake plan, are idle (see screenshot).
I'm sure that the general setup with
future::plan()beforedrake::makeis correct, because some targets really run in parallel as I expect.Is there a possibility that this is related to setting
format = "file"for dynamic targets? Whenever I noticed that only one session is actually active,drakewas working on a dynamic target withformat = "file".Desired result
All dynamic subtargets should run in parallel.
Session info
Details
Beta Was this translation helpful? Give feedback.
All reactions