From f86551ba42a0b6fb5551a5e32292fa69928251ec Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 10 Jul 2008 20:23:02 +0000
Subject: [PATCH] clarify a change

---
 NEWS | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index d88f4d94367..436573097b6 100644
--- a/NEWS
+++ b/NEWS
@@ -10,9 +10,11 @@ documents those changes that are of interest to users and admins.
  -- In salloc, sbatch, and srun replace --task-mem options with --mem-per-cpu
     (--task-mem will continue to be accepted for now, but is not documented).
     Replace DefMemPerTask and MaxMemPerTask with DefMemPerCPU, DefMemPerNode,
-    MaxMemPerCPU and MaxMemPerNode in slurm.conf. Allocate a job's memory memory
-    at the same time that processors are allocated based upon the --mem or
-    --mem-per-cpu option rather than when job steps are initiated.
+    MaxMemPerCPU and MaxMemPerNode in slurm.conf (old options still accepted
+    for now, but mapped to "PerCPU" parameters and not documented). Allocate
+    a job's memory memory at the same time that processors are allocated based
+    upon the --mem or --mem-per-cpu option rather than when job steps are
+    initiated.
 
 * Changes in SLURM 1.3.5
 ========================
-- 
GitLab