Closed jishnub closed 3 years ago
I think you should replace srun $julia script.jl
with just $julia script.jl
. SlurmClusterManager.jl
takes care of launching the worker processes. You don't want to launch the main script on every worker.
Let me know if that fixes it for you.
please reopen if needed.
I am trying to run the following script:
jobscript
script.jl
This results in the following error:
It's possible that I'm misunderstanding the instruction to launch jobs, and would appreciate some help on this