Groups 97 of 99+ julia-users › Overview of how ClusterManagers work? 2 posts by 2 authors Sam Morrison Jan 26 Hi there, I’m a bit new to julia and parallel computing. I was wondering if anyone could give me a quick summary of how the SSHManager works. Particularly, how it handles data transport and remote references. Ive read: http://docs.julialang.org/en/latest/manual/parallel-computing/ and gone through https://github.com/JuliaParallel/ClusterManagers.jl, and https://github.com/JuliaParallel/ClusterManagers.jl and I’m sure I’m missing something. Are there any other helpful resources? Also, if someone could give me a rundown on how to configure things to work with the SlurmManager from ClusterManagers I would be very grateful. I’m having trouble getting it to run on a set of virtual machines running Debian. The cluster works with the sshManager and with Slurm, so I’m not sure what could be going wrong. What do other people's Julia SLURM setup look like? Are you running SlurmManager from within the cluster or you submitting a job from your local machine into the cluster? Thanks in advance! Daniel Arndt Jan 28 This may or may not be useful, I forget how much detail is given to SSHManager. https://www.youtube.com/watch?v=XJAQ24NS458 - show quoted text -