Skip to content

Commit 743f426

Browse files
committed
NEWS: Add bullets from 1.10 branch
These bullets were over in the v1.10 branch, but not here on master. Signed-off-by: Jeff Squyres <[email protected]>
1 parent d15c324 commit 743f426

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ Master (not on release branches yet)
288288
1.10.1: 4 Nov 2015
289289
------------------
290290

291+
- Workaround an optimization problem with gcc compilers >= 4.9.2 that
292+
causes problems with memory registration, and forced
293+
mpi_leave_pinned to default to 0 (i.e., off). Thanks to @oere for
294+
the fix.
291295
- Fix use of MPI_LB and MPI_UB in subarray and darray datatypes.
292296
Thanks to Gus Correa and Dimitar Pashov for pointing out the issue.
293297
- Minor updates to mpi_show_mpi_alloc_mem_leaks and
@@ -362,6 +366,7 @@ Master (not on release branches yet)
362366
- Added OFI MTL (usable with PSM in libfabric v1.1.0).
363367
- Added Intel Omni-Path support via new PSM2 MTL.
364368
- Added "yalla" PML for faster MXM support.
369+
- Removed support for MX
365370
- Added persistent distributed virtual machine (pDVM) support for fast
366371
workflow executions.
367372
- Fixed typo in GCC inline assembly introduced in Open MPI v1.8.8.
@@ -597,6 +602,7 @@ Master (not on release branches yet)
597602
output extra bytes if the system was very heavily loaded
598603
- Fix a bug where specifying mca_component_show_load_errors=0 could
599604
cause ompi_info to segfault
605+
- Updated valgrind suppression file
600606

601607

602608
1.8.3: 26 Sep 2014
@@ -625,6 +631,10 @@ Master (not on release branches yet)
625631
1.8.2: 25 Aug 2014
626632
------------------
627633

634+
- Fix auto-wireup of OOB, allowing ORTE to automatically
635+
test all available NICs
636+
- "Un-deprecate" pernode, npernode, and npersocket options
637+
by popular demand
628638
- Add missing Fortran bindings for MPI_WIN_LOCK_ALL,
629639
MPI_WIN_UNLOCK_ALL, and MPI_WIN_SYNC.
630640
- Fix cascading/over-quoting in some cases with the rsh/ssh-based
@@ -1040,6 +1050,8 @@ Master (not on release branches yet)
10401050
formats.
10411051
- Added Location Aware Mapping Algorithm (LAMA) mapping component.
10421052
- Fixes for MPI_STATUS handling in corner cases.
1053+
- Add a distance-based mapping component to find the socket "closest"
1054+
to the PCI bus.
10431055

10441056

10451057
1.7.1: 16 Apr 2013
@@ -1069,6 +1081,7 @@ Master (not on release branches yet)
10691081
- Added better "use mpi" support (for compilers that support it)
10701082
- Removed incorrect MPI_SCATTERV interface from "mpi" module that
10711083
was added in the 1.5.x series for ABI reasons.
1084+
- Lots of VampirTrace upgrades and fixes; upgrade to v5.14.3.
10721085
- Modified process affinity system to provide warning when bindings
10731086
result in being "bound to all", which is equivalent to not being
10741087
bound.

0 commit comments

Comments
 (0)