You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add argument rscript_options to makeClusterPSOCK(), cf. argument rscript_envs. This can be used to see R options on the cluster nodes on startup. For example,
The complicated part here is that, contrary to env vars, options can hold objects of any type, which makes then hard to pass via an CLI option. One could serialize them and unserialize on node, but that will add lots of clutter and will have an upper limit.
Add argument
rscript_options
tomakeClusterPSOCK()
, cf. argumentrscript_envs
. This can be used to see R options on the cluster nodes on startup. For example,and
Background: futureverse/future#437
The text was updated successfully, but these errors were encountered: