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

Function name scatter conflics #185

Open
mkborregaard opened this issue Oct 2, 2018 · 2 comments
Open

Function name scatter conflics #185

mkborregaard opened this issue Oct 2, 2018 · 2 comments

Comments

@mkborregaard
Copy link

The function name scatter in DistributedArrays conflicts with the scatter function in, say, 80% of all julia's plotting packages (for making scatter plots). Would it be possible to rename to something unambiguous, such as distribute?

@andreasnoack
Copy link
Member

It's a pretty standard parallel computing concept/function though. I think a solution could be not to export the SPMD functions from the DistributedArrays module. Then this will only become an issue when people use DistributedArrays.SPMD.

@vchuravy
Copy link
Member

vchuravy commented Oct 4, 2018

Yes I think the SPMD code might actually be a good example for a separate package, (but still in the same repository.)

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

3 participants