Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makeClusterPSOCK() to not attempt to load 'parallelly' on the worker #24

Closed
HenrikBengtsson opened this issue Oct 22, 2020 · 0 comments
Closed
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@HenrikBengtsson
Copy link
Owner

The parallelly package is loaded on the worker because makeClusterPSOCK() calls parallelly:::session_info() in order to (i) test that the created worker workers, and to (ii) gather session information for more informative error messages in case of failures later.

It should be possible to avoid loading of parallelly by stripping session_info() of the 'parallelly' namespace environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant