1
1
Этот коммит содержится в:
Jeff Squyres 2014-11-10 08:37:19 -08:00
родитель 097b469f61
Коммит 5271ed9ec6

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

@ -8,7 +8,7 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
University of Stuttgart. All rights reserved. University of Stuttgart. All rights reserved.
Copyright (c) 2004-2006 The Regents of the University of California. Copyright (c) 2004-2006 The Regents of the University of California.
All rights reserved. All rights reserved.
Copyright (c) 2006-2013 Cisco Systems, Inc. All rights reserved. Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
Copyright (c) 2006 Voltaire, Inc. All rights reserved. Copyright (c) 2006 Voltaire, Inc. All rights reserved.
Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms. Use is subject to license terms.
@ -63,19 +63,31 @@ Trunk (not on release branches yet)
1.8.4 1.8.4
----- -----
- Removed inadvertent change that set --enable-mpi-thread-multiple "on" - Removed inadvertent change that set --enable-mpi-thread-multiple "on"
by default, thus impacting performance for non-threaded apps by default, thus impacting performance for non-threaded apps.
- Significantly reduced startup time by optimizing internal hash table - Significantly reduced startup time by optimizing internal hash table
implementation implementation.
- Fixed segfault in neighborhood collectives under certain use-cases - Fixed OS X linking with the Fortran mpi module when used with
- Fixed Solaris support gfortran >= 4.9. Thanks to Github user yafshar for raising the
- Fixed PMI configure tests for certain Slurm installation patterns issue.
- Fixed param registration issue in Java bindings - Fixed memory leak on Cygwin platforms. Thanks for Marco Atzeri for
- Several man page fixes reporting the issue.
- Silence several warnings and close some memory leaks - Fixed seg fault in neighborhood collectives when the degree of the
- Re-enabled the use of CMA and knem in the shared memory BTL topology is higher than the communicator size. Thanks to Lisandro
- Updated mpirun manpage to correctly explain new map/rank/binding options Dalcin for reporting the issue.
- Numerous updates and performance improvements to OSHMEM - Fixed segfault in neighborhood collectives under certain use-cases.
- Fixed Solaris support.
- Fixed PMI configure tests for certain Slurm installation patterns.
- Fixed param registration issue in Java bindings. Thanks to Takahiro
Kawashima and Siegmar Gross for identifying the issue.
- Several man page fixes.
- Silence several warnings and close some memory leaks.
- Re-enabled the use of CMA and knem in the shared memory BTL.
- Updated mpirun manpage to correctly explain new map/rank/binding options.
- Fixed MPI_IALLGATHER problem with intercommunicators. Thanks for
Takahiro Kawashima for the patch.
- Numerous updates and performance improvements to OSHMEM.
1.8.3 1.8.3