Groups 95 of 99+ julia-users › Julia and Slurm 'Hello World' 3 posts by 3 authors John Hearns May 16 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 Valentin Churavy May 16 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. Chris Rackauckas May 16 XSEDE's Comet uses slurm. Here's a tutorial that will get you started. While cluster managers will work, the machinefile system is dead simple and I found it integrated the easiest into many different machines.