forked from pool/slurm
Accepting request 1085668 from home:mslacken:branches:network:cluster
- updated to 23.02.02 which includes a number of fixes to Slurm stability * Includes a fix for a regression in 23.02 that caused openmpi mpirun to fail to launch tasks. * It also includes two functional changes: Don't update the cron job tasks if the whole crontab file is left untouched after opening it with scrontab -e * Sort dynamic nodes and include them in topology after scontrol reconfigure or a slurmctld restart. OBS-URL: https://build.opensuse.org/request/show/1085668 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=254
This commit is contained in:
parent
33bf8791ac
commit
532aa1e96d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:868a83cdeaec98bc34e558b06e5df05ca52aadda0a6f1129cc02c81b13cbb022
|
|
||||||
size 7265222
|
|
3
slurm-23.02.2.tar.bz2
Normal file
3
slurm-23.02.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dabdc3a6612b4b732c286aa444cbe815a35b0e1c1534fdbe57cee37cdb83014b
|
||||||
|
size 7272077
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 9 09:28:23 UTC 2023 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- updated to 23.02.02 which includes a number of fixes to Slurm stability
|
||||||
|
* Includes a fix for a regression in 23.02 that caused openmpi mpirun to fail
|
||||||
|
to launch tasks.
|
||||||
|
* It also includes two functional changes: Don't update the cron job tasks if
|
||||||
|
the whole crontab file is left untouched after opening it with scrontab -e
|
||||||
|
* Sort dynamic nodes and include them in topology after scontrol reconfigure
|
||||||
|
or a slurmctld restart.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 17 19:16:40 UTC 2023 - Egbert Eich <eich@suse.com>
|
Mon Apr 17 19:16:40 UTC 2023 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
||||||
%define so_version 39
|
%define so_version 39
|
||||||
%define ver 23.02.1
|
%define ver 23.02.2
|
||||||
%define _ver _23_02
|
%define _ver _23_02
|
||||||
#%%define rc_v 0rc1
|
#%%define rc_v 0rc1
|
||||||
%define dl_ver %{ver}
|
%define dl_ver %{ver}
|
||||||
|
Loading…
Reference in New Issue
Block a user