I\'m trying to parallelize a code on 4 nodes(type = \"SOCK\"). Here is my code.
library(itertools) library(foreach) library(doParallel) library(parallel) wo
To set the library path on each worker you can run:
clusterEvalQ(cl, .libPaths("Your library path"))