5

I have parallelized my algorithm using pmap. The performance improvement on one machine using the -p option is great. Now I would like to run on multiple machines.

I used the --machinefile option on julia start. It works but it launches only one process on remote machine. I would like to have multiple processes running on each machine. Option -p enables multiple processes only on the local machine. Is there a way to specify number of processes on remote machines?

1 Answer 1

3

On Julia 0.3 you have to list the remote machines multiple times to open multiple Julia copies.

On Julia 0.4 (unreleased) you can actually put a count next to each address, see this pull request.

Sign up to request clarification or add additional context in comments.

2 Comments

Looking forward to 0.4 :)
Hah, I think we all are :D

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.