Allow simulating Slurm command locally running it in Docker container
Copy the content of bin/*
to a directory on your PATH
.
-
Run the Slurm "cluster" using
slurm-up.sh
-
Use classic Slurm command e.g.
sinfo
,sbatch
,squeue
,scancel
, etc -
Turn down the "cluster" when done with
slurm-down.sh
This project is made it possible via HPCNow/Slurm_simulator.