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

Multithreading #6

Open
AsafManela opened this issue Mar 21, 2019 · 1 comment
Open

Multithreading #6

AsafManela opened this issue Mar 21, 2019 · 1 comment

Comments

@AsafManela
Copy link
Owner

Currently parallelization on a local cluster uses SharedArrays to share memory between distributed cores. This is not super efficient and also sometimes fails on windows.

It would be better to replace it with multithreading, which should be getting more stable in Julia v1.2.

@AsafManela
Copy link
Owner Author

Gave this a go, but it resulted in a small improvement for dmr and large slowdown for hdmr.
Will try again after 1.2 is out

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

No branches or pull requests

1 participant