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

bpslaveLoop uses both parallel & snow for communication #49

Closed
mtmorgan opened this issue Dec 24, 2015 · 2 comments
Closed

bpslaveLoop uses both parallel & snow for communication #49

mtmorgan opened this issue Dec 24, 2015 · 2 comments

Comments

@mtmorgan
Copy link
Collaborator

send/recvData() via parallel, but snow::closeNode(). Should only use one package (parallel?)

@DarwinAwardWinner
Copy link

To my knowledge, the parallel package is supposed to subsume both snow and multicore packages, so presumably it should just be using that one.

@mtmorgan
Copy link
Collaborator Author

The code was such that closeNode came from snow for SnowParam(), but from parallel for MulticoreParam(). It seems to be ok to use parallel::closeNode, finalized in 2582757.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants