1
1
This commit was SVN r25795.
Этот коммит содержится в:
Brad Benton 2012-01-26 21:42:13 +00:00
родитель 669f0afd14
Коммит 60121664d1

19
NEWS
Просмотреть файл

@ -14,7 +14,7 @@ Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
reserved.
Copyright (c) 2010-2011 IBM Corporation. All rights reserved.
Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
$COPYRIGHT$
Additional copyrights may follow
@ -358,6 +358,21 @@ Trunk (not on release branches yet)
1.4.5
-----
- Fix typos in code and man pages. Thanks to Fujitsu for these fixes.
- Improve management of the registration cache; when full, try freeing
old entries and attempt to re-register.
- Fixed a data packing pointer alignment issue. Thanks to Fujitsu
for the patch.
(** also to appear in 1.5.5)
- Modified the behavior of opal_free() to conform to that of free()
and allow calls w/a NULL pointer to be silently ignored.
- Add ability to turn off warning about having the shared memory backing
store over a networked filesystem. Thanks to Chris Samuel for this
suggestion.
(** also to appear in 1.5.5)
- Removed an unnecessary memmove() and plugged a couple of small memory leaks
in the openib OOB connection setup code.
- Fixed some QLogic bugs. Thanks to Mark Debbage from QLogic for the patches.
- Fixed problem with MPI_IN_PLACE and other sentinel Fortran constants
on OS X.
(** also to appear in 1.5.5)
@ -372,7 +387,7 @@ Trunk (not on release branches yet)
- Workaround an Intel compiler v12.1.0 2011.6.233 vector optimization
bug.
- Fix issues on Solaris with the openib BTL.
- Fix Fortran compile issues with Oracle Studio 12.2 compilers.
- Fixes for the Oracle Studio 12.2 Fortran compiler.
- Update iWARP parameters for the Intel NICs.
(** also to appear in 1.5.5)
- Fix obscure cases where MPI_ALLGATHER could crash. Thanks to Andrew