forked from pool/slurm
Accepting request 788917 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/788917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurm?expand=0&rev=44
This commit is contained in:
commit
5a31b5df57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45213362e3cc7f37e4ea64f3b2b1e3ce8f9c1c5c32a18d50ddb56280ec585ebb
|
||||
size 6297730
|
3
slurm-20.02.1.tar.bz2
Normal file
3
slurm-20.02.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee9813c6168292404785621d6a1c3c19d1b98c32d7dc750c408728061b011a5
|
||||
size 6302755
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 08:26:34 UTC 2020 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- Updated to 20.02.1 with following changes"
|
||||
* Improve job state reason for jobs hitting partition_job_depth.
|
||||
* Speed up testing of singleton dependencies.
|
||||
* Fix negative loop bound in cons_tres.
|
||||
* srun - capture the MPI plugin return code from mpi_hook_client_fini() and
|
||||
use as final return code for step failure.
|
||||
* Fix segfault in cli_filter/lua.
|
||||
* Fix --gpu-bind=map_gpu reusability if tasks > elements.
|
||||
* Make sure config_flags on a gres are sent to the slurmctld on node
|
||||
registration.
|
||||
* Prolog/Epilog - Fix missing GPU information.
|
||||
* Fix segfault when using config parser for expanded lines.
|
||||
* Fix bit overlap test function.
|
||||
* Don't accrue time if job begin time is in the future.
|
||||
* Remove accrue time when updating a job start/eligible time to the future.
|
||||
* Fix regression in 20.02.0 that broke --depend=expand.
|
||||
* Reset begin time on job release if it's not in the future.
|
||||
* Fix for recovering burst buffers when using high-availability.
|
||||
* Fix invalid read due to freeing an incorrectly allocated env array.
|
||||
* Update slurmctld -i message to warn about losing data.
|
||||
* Fix scontrol cancel_reboot so it clears the DRAIN flag and node reason for a
|
||||
pending ASAP reboot.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 15:43:25 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
||||
%define so_version 35
|
||||
%define ver 20.02.0
|
||||
%define ver 20.02.1
|
||||
%define _ver _20_02
|
||||
%define dl_ver %{ver}
|
||||
# so-version is 0 and seems to be stable
|
||||
|
Loading…
Reference in New Issue
Block a user