From 0425ab0b3dfac3297a6e30fa014fb7a22fd41e91408179bc5ef3634dc6cd76f8 Mon Sep 17 00:00:00 2001 From: Corot Sebastien Date: Thu, 6 Jun 2013 21:03:00 +0000 Subject: [PATCH] Accepting request 177944 from home:scorot:branches:network:cluster - version 2.5.7 * Fix for linking to the select/cray plugin to not give warning about undefined variable. * Add missing symbols to the xlator.h * Avoid placing pending jobs in AdminHold state due to backfill scheduler interactions with advanced reservation. * Accounting - make average by task not cpu. * POE - Correct logic to support poe option "-euidevice sn_all" and "-euidevice sn_single". * Accounting - Fix minor initialization error. * POE - Correct logic to support srun network instances count with POE. * POE - With the srun --launch-cmd option, report proper task count when the --cpus-per-task option is used without the --ntasks option. * POE - Fix logic binding tasks to CPUs. * sview - Fix race condition where new information could of slipped past the node tab and we didn't notice. * Accounting - Fix an invalid memory read when slurmctld sends data about start job to slurmdbd. * If a prolog or epilog failure occurs, drain the node rather than setting it down and killing all of its jobs. * Priority/multifactor - Avoid underflow in half-life calculation. * POE - pack missing variable to allow fanout (more than 32 nodes) * Prevent clearing reason field for pending jobs. This bug was introduced in v2.5.5 (see "Reject job at submit time ..."). * BGQ - Fix issue with preemption on sub-block jobs where a job would kill all preemptable jobs on the midplane instead of just the ones it needed to. OBS-URL: https://build.opensuse.org/request/show/177944 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=3 --- slurm-2.5.4.tar.bz2 | 3 --- slurm-2.5.7.tar.bz2 | 3 +++ slurm.changes | 56 +++++++++++++++++++++++++++++++++++++++++++++ slurm.spec | 2 +- 4 files changed, 60 insertions(+), 4 deletions(-) delete mode 100644 slurm-2.5.4.tar.bz2 create mode 100644 slurm-2.5.7.tar.bz2 diff --git a/slurm-2.5.4.tar.bz2 b/slurm-2.5.4.tar.bz2 deleted file mode 100644 index da94dfe..0000000 --- a/slurm-2.5.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c713ea74742ce14a27b88b02f1a475bc71cde22ad3a323a4d669530d8b68f09e -size 5497719 diff --git a/slurm-2.5.7.tar.bz2 b/slurm-2.5.7.tar.bz2 new file mode 100644 index 0000000..f0e77e2 --- /dev/null +++ b/slurm-2.5.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a995524430a2833c01c86b3f79be669b7acac54765dc94609c85cbb690a4f9b5 +size 5567101 diff --git a/slurm.changes b/slurm.changes index 41a829e..f64bcb0 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Thu Jun 6 20:31:49 UTC 2013 - scorot@free.fr + +- version 2.5.7 + * Fix for linking to the select/cray plugin to not give warning + about undefined variable. + * Add missing symbols to the xlator.h + * Avoid placing pending jobs in AdminHold state due to backfill + scheduler interactions with advanced reservation. + * Accounting - make average by task not cpu. + * POE - Correct logic to support poe option "-euidevice sn_all" + and "-euidevice sn_single". + * Accounting - Fix minor initialization error. + * POE - Correct logic to support srun network instances count + with POE. + * POE - With the srun --launch-cmd option, report proper task + count when the --cpus-per-task option is used without the + --ntasks option. + * POE - Fix logic binding tasks to CPUs. + * sview - Fix race condition where new information could of + slipped past the node tab and we didn't notice. + * Accounting - Fix an invalid memory read when slurmctld sends + data about start job to slurmdbd. + * If a prolog or epilog failure occurs, drain the node rather + than setting it down and killing all of its jobs. + * Priority/multifactor - Avoid underflow in half-life calculation. + * POE - pack missing variable to allow fanout (more than 32 + nodes) + * Prevent clearing reason field for pending jobs. This bug was + introduced in v2.5.5 (see "Reject job at submit time ..."). + * BGQ - Fix issue with preemption on sub-block jobs where a job + would kill all preemptable jobs on the midplane instead of just + the ones it needed to. + * switch/nrt - Validate dynamic window allocation size. + * BGQ - When --geo is requested do not impose the default + conn_types. + * RebootNode logic - Defers (rather than forgets) reboot request + with job running on the node within a reservation. + * switch/nrt - Correct network_id use logic. Correct support for + user sn_all and sn_single options. + * sched/backfill - Modify logic to reduce overhead under heavy + load. + * Fix job step allocation with --exclusive and --hostlist option. + * Select/cons_res - Fix bug resulting in error of "cons_res: sync + loop not progressing, holding job #" + * checkpoint/blcr - Reset max_nodes from zero to NO_VAL on job + restart. + * launch/poe - Fix for hostlist file support with repeated host + names. + * priority/multifactor2 - Prevent possible divide by zero. + -- srun - Don't check for executable if --test-only flag is + used. + * energy - On a single node only use the last task for gathering + energy. Since we don't currently track energy usage per task + (only per step). Otherwise we get double the energy. + ------------------------------------------------------------------- Sat Apr 6 11:13:17 UTC 2013 - scorot@free.fr diff --git a/slurm.spec b/slurm.spec index 3b85381..699bdfc 100644 --- a/slurm.spec +++ b/slurm.spec @@ -19,7 +19,7 @@ %define libslurm libslurm24 Name: slurm -Version: 2.5.4 +Version: 2.5.7 Release: 0 Summary: Simple Linux Utility for Resource Management License: GPL-3.0