On Tuesday, February 3, 2015 at 7:46:33 PM UTC-8, Amit Murthy wrote: > > Are p3eccentricity and eccentricity defined on all workers? If they are > in a module, the module must be loaded on all workers. If the module has > been loaded try calling it as @spawn <Module>.eccentricity ..... > > Thanks, Amit. The workers are on the same machine, so I'm assuming (bad assumption, maybe?) that they're defined. I tested this in a REPL and it worked - it's just when I start queueing up large numbers of RemoteRefs that things go south.
Also, for cases where it works, this doesn't actually make things any faster. I'm wondering whether I need to modify my approach to have smaller # of refs of larger vertex sets instead of a lot of refs of a single vertex.
