From 0df2200fe9491486956aaf12a815a459eb16b757 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Fri, 16 Dec 2016 12:24:51 -0700 Subject: [PATCH] fix typo - thanks to Hargrove for noticing Signed-off-by: Howard Pritchard --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b32a7e7f1cd..5e090a51911 100644 --- a/NEWS +++ b/NEWS @@ -62,7 +62,7 @@ Bug fixes/minor improvements: insure bit-wise reproducibility of binaries. Thanks to Alastair McKinstry for help in fixing this problem. - Fix a problem with early exit of a MPI process without calling MPI_FINALIZE - of MPI_ABORT that could lead to job hangs. Thanks to Christof Koehler for + or MPI_ABORT that could lead to job hangs. Thanks to Christof Koehler for reporting. - Fix a problem with forward of SIGTERM signal from mpirun to MPI processes in a job. Thanks to Noel Rycroft for reporting this problem