Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 451 Bytes

File metadata and controls

9 lines (7 loc) · 451 Bytes

HowToHPCwithPythonAndSlurm

This repo contains some examples on how to use python on a HPC system with slurm. In the Examples folder you will find notebooks showing you how to parallelize vector operations with dask or how to use RAY together with joblib to parallelize nearly any python loop.

This repo assumes you already know how to start a jupyter lab on the headnode of your slurm cluster and access that on your local machine.