PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
474 stars 116 forks source link

Status of Slurm 22.05.x compability #237

Closed staeglis closed 2 years ago

staeglis commented 2 years ago

Hi,

has some tested pylsurm with Slurm 22.05.x already?

Best, Stefan

tazend commented 2 years ago

Hi @staeglis

Not yet, but I can check to see whats necessary for 22.05 and try to add support for it.

tazend commented 2 years ago

Working on it now, might have it done by Wednesday, seems that only a few things have to be adjusted to make it compile.

tazend commented 2 years ago

@staeglis Alright, so far I'm done, having it compile with 22.05. Haven't tested any actual functionality yet though and if it works correctly, but it should do as before. I'll make the PR tomorrow, but you can already have a look here already if you want to try and install it: https://github.com/tazend/pyslurm/tree/22.05

bilias commented 2 years ago

compiled successfully on Rocky 8.6 with slurm 22.05.0

tested slurm-web and API works.

staeglis commented 2 years ago

Hi @tazend,

thank you very much for the fast progress. I will test it soon after the arrival of Slurm 22.05 in Debian Sid.

tazend commented 2 years ago

Just made a new release for PySlurm: 22.5.0 (to work with any Slurm 22.05.X Version) (which also includes some more changes to the build-system -> setup.py)

So I think this can be closed.