On Tuesday, June 09, 2015 11:15:52 AM Amit Murthy wrote:
> Julia 0.4 supports "auto*host" which will launch as many workers on host as
> cores.

Amit, can you be a little more explicit about how one uses this? I tried this:
julia> addprocs("auto*host")
ERROR: MethodError: `addprocs` has no method matching addprocs(::ASCIIString)

julia> addprocs(["auto*host"])
ssh: Could not resolve hostname auto*host: Name or service not known

(which just hung)

--Tim

Reply via email to