-
If I'm using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, when you use |
Beta Was this translation helpful? Give feedback.
-
If I'm using |
Beta Was this translation helpful? Give feedback.
-
Yes, when you use |
Beta Was this translation helpful? Give feedback.
Yes, when you use
clustermq::Q()
ortargets::tar_make_clustermq()
, the workers need to be running the same version of R with the same versions of packages as the local main process. The way you do this depends on the HPC system you have. At workplace, we have a traditional Univa/Sun Grid Engine (SGE) scheduler backed by a network file system (NFS). This ensures that any packages I install locally will automatically be available to parallel workers. Other systems may be similar, but I unfortunately do not know enough to give specific advice that will fully generalize. This is a good conversation to have with your sys admin.