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

distribute is not type inferrable #235

Closed
mohamed82008 opened this issue Nov 22, 2021 · 2 comments
Closed

distribute is not type inferrable #235

mohamed82008 opened this issue Nov 22, 2021 · 2 comments

Comments

@mohamed82008
Copy link

The following function doesn't infer properly:

using DistributedArrays
addprocs(1)
@code_warntype DistributedArrays.distribute(rand(10), procs = [1,2])
@andreasnoack
Copy link
Member

I'd think that it's been that assumption here that type stability doesn't really matter compared to the overhead from sending data to other processes. Do you have a use case where you think it would matter?

@mohamed82008
Copy link
Author

probably won't matter in my case, closing this issue.

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