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
-
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::make
is 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,drake
was working on a dynamic target withformat = "file"
.Desired result
All dynamic subtargets should run in parallel.
Session info
Beta Was this translation helpful? Give feedback.
All reactions