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

HashTables not being successfully fetch()'d when run on other processors #463

Closed
ajdecon opened this issue Feb 25, 2012 · 1 comment
Closed
Assignees

Comments

@ajdecon
Copy link
Contributor

ajdecon commented Feb 25, 2012

Attempted to write a parallel word-count program while playing with Julia's parallelism. See https://github.com/ajdecon/julia-wordcount. To duplicate, run "julia -p 2 testrun.j" using the files in this repo.

When I spawn the wordcount function (which returns a HashTable) to a second processor and then try to fetch() the result, I get a de-serialization error.

Message from @JeffBezanson suggests that the problem is the lack of custom serialize/deserialize methods for HashTables.

See this thread in the julia-dev list for more details: http://groups.google.com/group/julia-dev/browse_thread/thread/6aad0d71691e9d4c.

@ajdecon
Copy link
Contributor Author

ajdecon commented Feb 26, 2012

Works for me! Thanks.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
Statistics.quantile no longer applies this transformation.
cmcaine pushed a commit to cmcaine/julia that referenced this issue Nov 11, 2022
User code gets run in the module `ExercismTestReports`, not `Main` as assumed.
Instead, check for definitions in current module with `@__MODULE__` (which, as of current, expands to `ExercismTestReports`).
Keno pushed a commit that referenced this issue Oct 9, 2023
Push a few ccalling methods onto compiled_methods
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