-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
allow starting in parallel with a hostfile #290
Comments
* 'master' of github.com:JuliaLang/julia: fixing issue #290, adding --machinefile option
Does this support the following syntax to start multiple processes on the same node? beowulf1:2 |
You can just include the same machine multiple times. |
Yes, that's what I am doing now. But, this is standard syntax, and eventually we should support it. -viral On Dec 12, 2011, at 2:08 AM, Stefan Karpinski wrote:
|
This syntax comes in handy in setting up process topologies when you have more efficient communication mechanisms on the same node. For now, repeating is good enough. -viral On Dec 12, 2011, at 2:08 AM, Stefan Karpinski wrote:
|
* `num` and `den` rename * `takebuf_array` rename * Fix `$` in the test
Useful on clusters.
The text was updated successfully, but these errors were encountered: