rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
317 stars 89 forks source link

Slurm version compatibility #220

Closed philshem closed 2 years ago

philshem commented 2 years ago

Is there a known and tested compatibility chart for different Slurm versions?

(yes, we are using an old version ;)

rezib commented 2 years ago

Hello @philshem,

Slurm-web by itself is not really tight to any specific Slurm version, the code is rather generic and might work with last 5 or 6 major Slurm versions.

The real concern is more about PySlurm, the library used by Slurm-web to interact with Slurm: https://github.com/PySlurm/pyslurm

One PySlurm version supports only one major Slurm version. If you end up having a working PySlurm for your Slurm version, Slurm-web would probably be satisfied with it.

philshem commented 2 years ago

Thanks!