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
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