From 96ca768ef25dc7201ec38e3e888c4c55d34b5c19 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Thu, 13 Mar 2014 07:44:39 -0700 Subject: [PATCH] split long lines in NEWS file --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 76e4a156fb0..8ceaa262250 100644 --- a/NEWS +++ b/NEWS @@ -39,9 +39,9 @@ documents those changes that are of interest to users and admins. -- Fix for job request with GRES count of zero. -- Fix a potential memory leak in hostlist. -- Job array dependency logic: Cache results for major performance improvement. - -- Add a new environment variable PMI2_CONNECT_TO_SERVER. If set in the MPI application - environment the PMI2 library will connect the the PMI2 server (slurmstepd) instead - of using the provided PMI_FD socket. + -- Add a new environment variable PMI2_CONNECT_TO_SERVER. If set in the MPI + application environment the PMI2 library will connect the the PMI2 server + (slurmstepd) instead of using the provided PMI_FD socket. -- Modify squeue to support filter on job states Special_Exit and Resizing. * Changes in Slurm 14.03.0pre6 -- GitLab