This code

@everywhere function test_run_job()
    return readall(`echo test`)
end

should go after addprocs otherwise it is only defined in existing workers at 
the time it is defined. Moving it there works locally.

Reply via email to