diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 35c165b16ae0c6a41fe9e606549cc8ed67934102..4cb9a703f253b89e8620852c84f23b3d21667bae 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -14,7 +14,9 @@ If using the slurmdbd (SLURM DataBase Daemon) you must update this first. The 2.0 slurmdbd will work with SLURM daemons at version 1.3.7 and above. You will not need to update all clusters at the same time, but it is very important to update slurmdbd first and having it running before updating -any other clusters making use of it. +any other clusters making use of it. No real harm will come from updating +your systems before the slurmdbd, but they will not talk to each other +until you do. There are substantial changes in the slurm.conf configuration file. It is recommended that you rebuild your configuration file using the tool @@ -90,6 +92,9 @@ CONFIGURATION FILE CHANGES (see "man slurm.conf" for details) * The task/affinity plugin will automatically bind a job step to the CPUs it has been allocated. SLURM's SPANK plugin by the name of "CPUSET" should no longer be needed. +* BLUEGENE - Added option DenyPassthrough in the bluegene.conf. Can be set + to any combination of X,Y,Z to not allow passthroughs when running in + dynamic layout mode. (see "man bluegene.conf" for details) COMMAND CHANGES (see man pages for details) * --task-mem and --job-mem options have been removed from salloc, sbatch and diff --git a/doc/html/priority_multifactor.shtml b/doc/html/priority_multifactor.shtml index 0593ba0cef6fdbf3a28ab3579b99c5d34f0f8f72..2d716cdf0f6b83e5a1cac731e97a9561900c4b3f 100644 --- a/doc/html/priority_multifactor.shtml +++ b/doc/html/priority_multifactor.shtml @@ -1,6 +1,6 @@ <!--#include virtual="header.txt"--> -<h1>Priority Plugin</h1> +<h1>Multifactor Priority Plugin</h1> <b>Note:</b> This document describes features added to SLURM version 2.0.