Infer the total number of workers planned out after the future::plan() call?
#619
-
|
Currently I have a code pattern like so: workers <- c(rep("rey", times = 64L), rep("r2d2", times = 40L))
future::plan(future::cluster, workers = workers, homogeneous = FALSE)
...
daeqtl_mapping2(snp_pairs = snp_pairs2, zygosity = zygosity, ae = ae, .n_cores = 64 + 40)where I use the parameter Isn't the number of workers, i.e. the 64 + 40 = 104 workers set at the |
Beta Was this translation helpful? Give feedback.
Answered by
HenrikBengtsson
May 6, 2022
Replies: 1 comment 2 replies
-
|
Have a look at https://future.futureverse.org/reference/index.html |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ramiromagno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Have a look at https://future.futureverse.org/reference/index.html