From 6a5149f6bb1ff459f47ea14eefe233c3dded14d5 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 12 Feb 2009 01:13:15 +0000 Subject: [PATCH] Add some updated notes on task affinity. --- RELEASE_NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2edf001c3df..d4e38313564 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -87,6 +87,10 @@ CONFIGURATION FILE CHANGES (see "man slurm.conf" for details) which utilizes logic to set a priority on a job based on many different configuration parameters as described here: https://computing.llnl.gov/linux/slurm/job_priority.html +* The task/affinity plugin will automatically bind a job step to the CPUs + it has been allocated. Therefore TaskAffinityParam values of "core", + "sockets" and "threads" are generally not desirable (in fact they would + prevent some user flexibility). COMMAND CHANGES (see man pages for details) * --task-mem and --job-mem options have been removed from salloc, sbatch and -- GitLab