Thank you Seth, the count arg is not supported in 0.3.x, I'll update shortly to 0.4.x
El miércoles, 28 de octubre de 2015, 13:42:55 (UTC-6), Seth escribió: > > > On Wednesday, October 28, 2015 at 10:20:00 AM UTC-7, Ismael VC wrote: >> >> How can I start 2 workers on each node, using Julia 0.3.11? >> >> [count*][user@]host[:port] [bind_addr[:port]] >> >> The way I understand: >> >> [count*][user@]host[:port] [bind_addr[:port]] >> >> Is that `count` is an integer while `*` means zero or more repetitions in >> REGEX lang, >> at first it seems it doesn't need a space character between the count and >> the `user@host`, >> but I have tried several forms and it doesn't work: >> > > I don't think your interpretation is correct. I think the "*" is syntax > for "(this many) times". Did you try appending an asterisk after the > number? That is, "2* user@host "? >