Hey folks,
I wrote a few codes to serve as a jump start to learning how to use Julia with SLURM managed clusters. I uploaded them to this repository:
https://github.com/AtilaSaraiva/Julia-HPC-intro-codes
I’ve got a few examples so far:
- A simple serial job
- A multi thread job with Threads.jl
- A Distributed.jl + Threads.jl job
- A job array with Distributed.jl + Threads.jl.
If somebody finds it helpful please let me know. Additionally, if somebody has any improvement that can be made to the code please create a Pull Request!
Cheers.