Accepting request 713773 from home:eeich:branches:network:cluster
- Update SLURM to 18.08.7: * Set debug statement to debug2 to avoid benign error messages. * Add SchedulerParameters option of bf_hetjob_immediate to attempt to start a heterogeneous job as soon as all of its components are determined able to do so. * Fix underflow causing decay thread to exit. * Fix main scheduler not considering hetjobs when building the job queue. * Fix regression for sacct to display old jobs without a start time. * Fix setting correct number of gres topology bits. * Update hetjobs pending state reason when appropriate. * Fix accounting_storage/filetxt's understanding of TRES. * Set Accrue time when not enforcing limits. * Fix srun segfault when requesting a hetjob with test_exec or bcast options. * Hide multipart priorities log message behind Priority debug flag. * sched/backfill - Make hetjobs sensitive to bf_max_job_start. * Fix slurmctld segfault due to job's partition pointer NULL dereference. * Fix issue with OR'ed job dependencies. * Add new job's bit_flags of INVALID_DEPEND to prevent rebuilding a job's dependency string when it has at least one invalid and purged dependency. * Promote federation unsynced siblings log message from debug to info. * burst_buffer/cray - fix slurmctld SIGABRT due to illegal read/writes. * burst_buffer/cray - fix memory leak due to unfreed job script content. * node_features/knl_cray - fix script_argv use-after-free. * burst_buffer/cray - fix script_argv use-after-free. * Fix invalid reads of size 1 due to non null-terminated string reads. * Add extra debug2 logs to identify why BadConstraints reason is set. OBS-URL: https://build.opensuse.org/request/show/713773 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=94
This commit is contained in:
parent
0c8ed23dc7
commit
d212ad0245
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c45e9d1c18efa0ae0fbeaf0a244794a1288c6adb9e40cf4efc70c359ad083277
|
||||
size 6168687
|
3
slurm-18.08.7.tar.bz2
Normal file
3
slurm-18.08.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:854f922e4147af1ba861988455dbbb53ab5325f1ca138dce0ad553792b888743
|
||||
size 6186006
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 20:07:53 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Update SLURM to 18.08.7:
|
||||
* Set debug statement to debug2 to avoid benign error messages.
|
||||
* Add SchedulerParameters option of bf_hetjob_immediate to attempt to start
|
||||
a heterogeneous job as soon as all of its components are determined able
|
||||
to do so.
|
||||
* Fix underflow causing decay thread to exit.
|
||||
* Fix main scheduler not considering hetjobs when building the job queue.
|
||||
* Fix regression for sacct to display old jobs without a start time.
|
||||
* Fix setting correct number of gres topology bits.
|
||||
* Update hetjobs pending state reason when appropriate.
|
||||
* Fix accounting_storage/filetxt's understanding of TRES.
|
||||
* Set Accrue time when not enforcing limits.
|
||||
* Fix srun segfault when requesting a hetjob with test_exec or bcast
|
||||
options.
|
||||
* Hide multipart priorities log message behind Priority debug flag.
|
||||
* sched/backfill - Make hetjobs sensitive to bf_max_job_start.
|
||||
* Fix slurmctld segfault due to job's partition pointer NULL dereference.
|
||||
* Fix issue with OR'ed job dependencies.
|
||||
* Add new job's bit_flags of INVALID_DEPEND to prevent rebuilding a job's
|
||||
dependency string when it has at least one invalid and purged dependency.
|
||||
* Promote federation unsynced siblings log message from debug to info.
|
||||
* burst_buffer/cray - fix slurmctld SIGABRT due to illegal read/writes.
|
||||
* burst_buffer/cray - fix memory leak due to unfreed job script content.
|
||||
* node_features/knl_cray - fix script_argv use-after-free.
|
||||
* burst_buffer/cray - fix script_argv use-after-free.
|
||||
* Fix invalid reads of size 1 due to non null-terminated string reads.
|
||||
* Add extra debug2 logs to identify why BadConstraints reason is set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 18:05:33 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
||||
%define so_version 33
|
||||
%define ver 18.08.5
|
||||
%define ver 18.08.7
|
||||
%define _ver _18_08
|
||||
%define dl_ver %{ver}-2
|
||||
%define dl_ver %{ver}
|
||||
# so-version is 0 and seems to be stable
|
||||
%define pmi_so 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user