I would recommend that you look into ClusterManagers.jl https://github.com/JuliaParallel/ClusterManagers.jl it includes a simple starting script for using it with slurm.
On Monday, 16 May 2016 23:27:21 UTC+9, John Hearns wrote: > > I hope this is an acceptable question... > I am starting out with Julia, and am looking at the parallelism facilities. > > How does Julia integrate with batch schedulers and their job launch > mechanisms, specifically Slurm? > Is there a 'Hello World' I can try which will use SLurm to launch a > parallel application? > The canonical one in MPI is just to print the MPI rank numbers. What would > the suggestion be for a simple Julia parallel program. > > Thanks > John Hearns >