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

@parallel and Darray use only workers. Minor cleanup of pmap. #4155

Merged
merged 1 commit into from
Aug 27, 2013
Merged

@parallel and Darray use only workers. Minor cleanup of pmap. #4155

merged 1 commit into from
Aug 27, 2013

Conversation

amitmurthy
Copy link
Contributor

Closes #3654

pmap, @parallel and DArray (with default procs parameter) only use worker processes.

When when nprocs() > 1, pmap was not using self. Now, it does not use id 1.

ViralBShah pushed a commit that referenced this pull request Aug 27, 2013
@parallel and Darray use only workers. Minor cleanup of pmap.
@ViralBShah ViralBShah merged commit 9a9f329 into JuliaLang:master Aug 27, 2013
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

Successfully merging this pull request may close these issues.

pmap and @parallel have slightly different behaviour
2 participants