I am working on distributing a compute intensive task over a cluster in 
Julia, using the pmap function. However, for several reasons I would like 
to avoid having the master node used in the computation- is there a way to 
accomplish this using the built in keyword, or will I need to rewrite pmap?

Reply via email to