PySlurm / pyslurm

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

Support updating end_time in slurm_update_reservation #255

Closed pllopis closed 1 year ago

pllopis commented 1 year ago

The slurm_update_reservation function seems to ignore end_time updates. This is clearly supported by Slurm, so I assume that this field was forgotten and nobody noticed.

This fix simply adds support for updating the end_time value for a reservation.

tazend commented 1 year ago

yep, looks good. Thanks for the contribution!

pllopis commented 1 year ago

Thanks for reviewing!