Distributed.RemoteException key error

You might need to load the Distributed package on the workers after you add them. Try running

addprocs(6)
@everywhere using Distributed

and then your code

1 Like