XSEDE's Comet uses slurm. Here's a tutorial that will get you started. <http://www.stochasticlifestyle.com/multi-node-parallelism-in-julia-on-an-hpc/> While cluster managers will work, the machinefile system is dead simple and I found it integrated the easiest into many different machines.
On Monday, May 16, 2016 at 7:27:21 AM UTC-7, 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 >