From dbc59f0f09a06b24e72512393574e2af87cf6446 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 20 Mar 2017 06:03:26 -0700 Subject: [PATCH] NEWS: more bullets for v2.1.0 [skip ci] bot:notest Signed-off-by: Jeff Squyres --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6e241a6be33..912c7268ddf 100644 --- a/NEWS +++ b/NEWS @@ -97,6 +97,11 @@ Bug fixes/minor improvements: traces to be reported (or <=0 to wait forever). - mtl_ofi_control_prog_type/mtl_ofi_data_prog_type: specify libfabric progress model to be used for control and data. +- Fix MPI_WTICK regression where the time reported may be inaccurate + on systems with processor frequency scalaing enabled. +- Fix regression that lowered the memory maximum message bandwidth for + large messages on some BTL network transports, such as openib, sm, + and vader. - Fix a name collision in the shared file pointer MPI IO file locking scheme. Thanks to Nicolas Joly for reporting the issue. - Fix datatype extent/offset errors in MPI_PUT and MPI_RACCUMULATE