This code
@everywhere function test_run_job()
return readall(`echo test`)
endshould go after addprocs otherwise it is only defined in existing workers at the time it is defined. Moving it there works locally.
This code
@everywhere function test_run_job()
return readall(`echo test`)
endshould go after addprocs otherwise it is only defined in existing workers at the time it is defined. Moving it there works locally.