From 47c8ca2b53673f69cb7cb30fe723a1b466cd987a132bfbd56debe69bac9a2a5d Mon Sep 17 00:00:00 2001 From: Corot Sebastien Date: Tue, 9 Apr 2013 20:09:17 +0000 Subject: [PATCH] Accepting request 163479 from home:scorot:branches:network:cluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - version 2.5.4 * Support for IntelĀ® Many Integrated Core (MIC) processors. * User control over CPU frequency of each job step. * Recording power usage information for each job. * Advanced reservation of cores rather than whole nodes. * Integration with IBM's Parallel Environment including POE (Parallel Operating Environment) and NRT (Network Resource Table) API. * Highly optimized throughput for serial jobs in a new "select/serial" plugin. * CPU load is information available * Configurable number of CPUs available to jobs in each SLURM partition, which provides a mechanism to reserve CPUs for use with GPUs. OBS-URL: https://build.opensuse.org/request/show/163479 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=2 --- slurm.changes | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/slurm.changes b/slurm.changes index 782cb16..41a829e 100644 --- a/slurm.changes +++ b/slurm.changes @@ -2,7 +2,18 @@ Sat Apr 6 11:13:17 UTC 2013 - scorot@free.fr - version 2.5.4 - * Too many changes since last update. See NEWS file. + * Support for IntelĀ® Many Integrated Core (MIC) processors. + * User control over CPU frequency of each job step. + * Recording power usage information for each job. + * Advanced reservation of cores rather than whole nodes. + * Integration with IBM's Parallel Environment including POE (Parallel + Operating Environment) and NRT (Network Resource Table) API. + * Highly optimized throughput for serial jobs in a new + "select/serial" plugin. + * CPU load is information available + * Configurable number of CPUs available to jobs in each SLURM + partition, which provides a mechanism to reserve CPUs for use + with GPUs. ------------------------------------------------------------------- Sat Nov 17 18:02:16 UTC 2012 - scorot@free.fr