2007-02-16 21:41:25 +03:00
|
|
|
Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-22 02:00:12 +03:00
|
|
|
University Research and Technology
|
|
|
|
Corporation. All rights reserved.
|
2006-01-20 15:33:31 +03:00
|
|
|
Copyright (c) 2004-2006 The University of Tennessee and The University
|
2005-11-22 02:00:12 +03:00
|
|
|
of Tennessee Research Foundation. All rights
|
|
|
|
reserved.
|
2006-01-20 15:33:31 +03:00
|
|
|
Copyright (c) 2004-2006 High Performance Computing Center Stuttgart,
|
2005-11-22 02:00:12 +03:00
|
|
|
University of Stuttgart. All rights reserved.
|
2006-01-20 15:33:31 +03:00
|
|
|
Copyright (c) 2004-2006 The Regents of the University of California.
|
2005-11-22 02:00:12 +03:00
|
|
|
All rights reserved.
|
2007-01-15 17:19:51 +03:00
|
|
|
Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
|
2006-04-24 18:15:22 +04:00
|
|
|
Copyright (c) 2006 Voltaire, Inc. All rights reserved.
|
2006-08-11 01:46:52 +04:00
|
|
|
Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
|
|
|
|
Use is subject to license terms.
|
2007-01-08 22:55:18 +03:00
|
|
|
Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
|
|
|
|
reserved.
|
2005-11-22 02:00:12 +03:00
|
|
|
$COPYRIGHT$
|
|
|
|
|
|
|
|
Additional copyrights may follow
|
|
|
|
|
|
|
|
$HEADER$
|
|
|
|
|
|
|
|
===========================================================================
|
|
|
|
|
|
|
|
This file contains the main features as well as overviews of specific
|
|
|
|
bug fixes (and other actions) for each version of Open MPI since
|
|
|
|
version 1.0.
|
|
|
|
|
2006-10-27 17:59:03 +04:00
|
|
|
Trunk (not on release branches yet)
|
|
|
|
-----------------------------------
|
|
|
|
|
2007-05-08 06:19:58 +04:00
|
|
|
- Fix regression in 1.2.1 regarding the handling of $CC with both
|
|
|
|
absolute and relative path names.
|
2007-05-05 09:03:19 +04:00
|
|
|
- Fix F90 array of status dimentios. Thanks to Randy Bramley for
|
|
|
|
noticing the problem.
|
|
|
|
--> Expected: 1.2.2
|
2007-05-04 13:03:37 +04:00
|
|
|
- Addition of a finer symbols export control via the visibiliy feature
|
|
|
|
offered by some compilers.
|
|
|
|
--> Expected: 1.3
|
2007-01-15 17:19:51 +03:00
|
|
|
- Addition of "dr" (data reliability) PML.
|
2007-01-18 01:17:34 +03:00
|
|
|
--> Expected: 1.3
|
2006-11-10 20:28:29 +03:00
|
|
|
- Added threaded progress for the openib BTL.
|
|
|
|
--> Expected: ?1.3?
|
2006-10-27 17:59:03 +04:00
|
|
|
- Added Microsoft Windows support. See README.WINDOWS file for
|
|
|
|
details.
|
|
|
|
--> Expected: ???
|
2007-02-25 01:21:37 +03:00
|
|
|
- Fixed issue with pthread detection when compilers are not all
|
|
|
|
from the same vendor. Thanks to Ake Sandgren for the bug
|
|
|
|
report.
|
2007-03-03 04:43:33 +03:00
|
|
|
--> Expected 1.2.x
|
2007-02-27 22:57:14 +03:00
|
|
|
- Portals MTL
|
|
|
|
--> Expected 1.2.x
|
2007-03-28 22:41:45 +04:00
|
|
|
- Added checkpoint/restart process fault tolerance support. Initially
|
|
|
|
support a LAM/MPI-like protocol.
|
|
|
|
--> Expected: 1.3
|
2007-05-01 21:46:00 +04:00
|
|
|
|
|
|
|
|
|
|
|
1.2.2
|
|
|
|
-----
|
|
|
|
|
2007-05-04 22:00:10 +04:00
|
|
|
- Fixed a variety of threading/locking bugs.
|
2007-05-01 23:44:29 +04:00
|
|
|
- Fixed some compiler warnings associated with ROMIO, OS X, and gridengine.
|
2007-04-14 17:02:27 +04:00
|
|
|
- If pbs-config can be found, use it to look for TM support. Thanks
|
|
|
|
to Bas van der Viles for the inspiration and preliminary work.
|
2007-05-04 22:00:10 +04:00
|
|
|
- Fixed a deadlock in orterun when the rsh PLS encounters some errors.
|
2007-03-17 00:29:05 +03:00
|
|
|
|
2006-10-27 17:59:03 +04:00
|
|
|
|
2007-03-16 18:01:51 +03:00
|
|
|
1.2.1
|
|
|
|
-----
|
|
|
|
|
2007-04-15 02:37:19 +04:00
|
|
|
- Fixed a number of connection establishment errors in the TCP out-
|
|
|
|
of-band messaging system.
|
|
|
|
- Fixed a memory leak when using mpi_comm calls.
|
|
|
|
Thanks to Bas van der Vlies for reporting the problem.
|
2007-04-06 21:55:44 +04:00
|
|
|
- Fixed various memory leaks in OPAL and ORTE.
|
|
|
|
- Improved launch times when using TM (PBS Pro, Torque, Open PBS).
|
2007-03-30 20:19:03 +04:00
|
|
|
- Fixed mpi_leave_pinned to work for all datatypes.
|
2007-03-29 21:47:35 +04:00
|
|
|
- Fix functionality allowing users to disable sbrk() (the
|
|
|
|
mpool_base_disable_sbrk MCA parameter) on platforms that support it.
|
2007-03-29 21:58:17 +04:00
|
|
|
- Fixed a pair of problems with the TCP "listen_thread" mode for the
|
|
|
|
oob_tcp_listen_mode MCA parameter that would cause failures when
|
|
|
|
attempting to launch applications.
|
2007-03-27 20:27:23 +04:00
|
|
|
- Fixed a segfault if there was a failure opening a BTL MX endpoint.
|
2007-03-26 23:55:13 +04:00
|
|
|
- Fixed a problem with mpirun's --nolocal option introduced in 1.2.
|
|
|
|
- Re-enabled MPI_COMM_SPAWN_MULTIPLE from singletons.
|
|
|
|
- LoadLeveler and TM configure fixes, Thanks to Martin Audet for the
|
|
|
|
bug report.
|
|
|
|
- Various C++ MPI attributes fixes.
|
2007-03-21 23:39:51 +03:00
|
|
|
- Fixed issues with backtrace code on 64 bit Intel & PPC OS X builds.
|
|
|
|
- Fixed issues with multi-word CC variables and libtool.
|
|
|
|
Thanks to Bert Wesarg for the bug reports.
|
2007-03-26 23:55:13 +04:00
|
|
|
- Fix issue with non-uniform node naming schemes in SLURM.
|
|
|
|
- Fix file descriptor leak in the Grid Engine/N1GE support.
|
2007-03-21 03:58:31 +03:00
|
|
|
- Fix compile error on OS X 10.3.x introduced with Open MPI 1.1.5.
|
2007-03-26 23:55:13 +04:00
|
|
|
- Implement MPI_TYPE_CREATE_DARRAY function (was in 1.1.5 but not 1.2).
|
|
|
|
- Recognize zsh shell when using rsh/ssh for launching MPI jobs.
|
2007-04-21 04:34:13 +04:00
|
|
|
- Ability to set the OPAL_DESTDIR or OPAL_PREFIX environment
|
|
|
|
variables to "re-root" an existing Open MPI installation.
|
|
|
|
- Always include -I for Fortran compiles, even if the prefix is
|
|
|
|
/usr/local.
|
|
|
|
- Support for "fork()" in MPI applications that use the
|
|
|
|
OpenFabrics stack (OFED v1.2 or later).
|
|
|
|
- Support for setting specific limits on registered memory.
|
2007-03-16 18:01:51 +03:00
|
|
|
|
|
|
|
|
2006-06-16 17:37:25 +04:00
|
|
|
1.2
|
|
|
|
---
|
|
|
|
|
2007-03-09 00:31:04 +03:00
|
|
|
- Fixed race condition in the shared memory fifo's, which led to
|
|
|
|
orphaned messages.
|
|
|
|
- Corrected the size of the shared memory file - subtracted out the
|
|
|
|
space the header was occupying.
|
2007-02-15 05:28:40 +03:00
|
|
|
- Add support for MPI_2COMPLEX and MPI_2DOUBLE_COMPLEX.
|
2007-01-25 04:59:22 +03:00
|
|
|
- Always ensure to create $(includedir)/openmpi, even if the C++
|
|
|
|
bindings are disabled so that the wrapper compilers don't point to
|
|
|
|
a directory that doesn't exist. Thanks to Martin Audet for
|
|
|
|
identifying the problem.
|
2007-01-15 17:19:51 +03:00
|
|
|
- Fixes for endian handling in MPI process startup.
|
|
|
|
- Openib BTL initialization fixes for cases where MPI processes in the
|
|
|
|
same job has different numbers of active ports on the same physical
|
|
|
|
fabric.
|
|
|
|
- Print more descriptive information when displaying backtraces on
|
|
|
|
OS's that support this functionality, such as the hostname and PID
|
|
|
|
of the process in question.
|
|
|
|
- Fixes to properly handle MPI exceptions in C++ on communicators,
|
|
|
|
windows, and files.
|
|
|
|
- Much more reliable runtime support, particularly with regards to MPI
|
|
|
|
job startup scalability, BProc support, and cleanup in failure
|
|
|
|
scenarios (e.g., MPI_ABORT, MPI processes abnormally terminating,
|
|
|
|
etc.).
|
2007-02-27 22:57:14 +03:00
|
|
|
- Significant performance improvements for MPI collectives,
|
|
|
|
particularly on high-speed networks.
|
|
|
|
- Various fixes in the MX BTL component.
|
2007-01-15 17:19:51 +03:00
|
|
|
- Fix C++ typecast problems with MPI_ERRCODES_IGNORE. Thanks to
|
|
|
|
Satish Balay for bringing this to our attention.
|
|
|
|
- Allow run-time specification of the maximum amount of registered
|
|
|
|
memory for OpenFabrics and GM.
|
2006-12-05 21:41:40 +03:00
|
|
|
- Users who utilize the wrapper compilers (e.g., mpicc and mpif77)
|
|
|
|
will not notice, but the underlying library names for ORTE and OPAL
|
|
|
|
have changed to libopen-rte and libopen-pal, respectively (listed
|
|
|
|
here because there are undoubtedly some users who are not using the
|
|
|
|
wrapper compilers).
|
|
|
|
- Many bug fixes to MPI-2 one-sided support.
|
2006-11-13 15:30:23 +03:00
|
|
|
- Added support for TotalView message queue debugging.
|
2006-11-10 20:07:51 +03:00
|
|
|
- Fixes for MPI_STATUS_SET_ELEMENTS.
|
2006-11-10 20:28:29 +03:00
|
|
|
- Print better error messages when mpirun's "-nolocal" is used when
|
|
|
|
there is only one node available.
|
2006-10-05 21:00:09 +04:00
|
|
|
- Added man pages for several Open MPI executables and the MPI API
|
|
|
|
functions.
|
2006-09-28 07:45:27 +04:00
|
|
|
- A number of fixes for Alpha platforms.
|
2006-09-25 18:53:29 +04:00
|
|
|
- A variety of Fortran API fixes.
|
|
|
|
- Build the Fortran MPI API as a separate library to allow these
|
|
|
|
functions to be profiled properly.
|
|
|
|
- Add new --enable-mpirun-prefix-by-default configure option to always
|
|
|
|
imply the --prefix option to mpirun, preventing many rsh/ssh-based
|
|
|
|
users from needing to modify their shell startup files.
|
2006-12-05 21:41:40 +03:00
|
|
|
- Add a number of missing constants in the C++ bindings.
|
2006-08-11 01:46:52 +04:00
|
|
|
- Added tight integration with Sun N1 Grid Engine (N1GE) 6 and the
|
|
|
|
open source Grid Engine.
|
2006-08-03 04:17:31 +04:00
|
|
|
- Allow building the F90 MPI bindings as shared libraries for most
|
|
|
|
compilers / platforms. Explicitly disallow building the F90
|
|
|
|
bindings as shared libraries on OS X because of complicated
|
|
|
|
situations with Fortran common blocks and lack of support for
|
|
|
|
unresolved common symbols in shared libraries.
|
2006-07-27 06:56:02 +04:00
|
|
|
- Added stacktrace support for Solaris and Mac OS X.
|
2006-09-25 18:53:29 +04:00
|
|
|
- Update event library to libevent-1.1b.
|
2006-07-26 18:18:34 +04:00
|
|
|
- Fixed standards conformance issues with MPI_ERR_TRUNCATED and
|
|
|
|
setting MPI_ERROR during MPI_TEST/MPI_WAIT.
|
|
|
|
- Addition of "cm" PML to better support library-level matching
|
2007-02-27 22:57:14 +03:00
|
|
|
interconnects, with support for Myrinet/MX, and QLogic PSM-based
|
|
|
|
networks.
|
2006-11-10 20:07:51 +03:00
|
|
|
- Addition of "udapl" BTL for transport across uDAPL interconnects.
|
2006-07-15 14:30:26 +04:00
|
|
|
- Really check that the $CXX given to configure is a C++ compiler
|
|
|
|
(not a C compiler that "sorta works" as a C++ compiler).
|
2006-07-12 00:54:49 +04:00
|
|
|
- Properly check for local host only addresses properly, looking
|
|
|
|
for 127.0.0.0/8, rather than just 127.0.0.1.
|
2006-06-16 17:37:25 +04:00
|
|
|
|
2007-02-15 05:28:18 +03:00
|
|
|
|
2007-02-09 21:56:58 +03:00
|
|
|
1.1.5
|
|
|
|
-----
|
|
|
|
|
2007-03-19 16:04:49 +03:00
|
|
|
- Implement MPI_TYPE_CREATE_DARRAY function.
|
|
|
|
- Fix race condition in shared memory BTL startup that could cause MPI
|
|
|
|
applications to hang in MPI_INIT.
|
2007-02-27 20:25:42 +03:00
|
|
|
- Fix syntax error in a corner case of the event library. Thanks to
|
|
|
|
Bert Wesarg for pointing this out.
|
2007-02-15 05:28:18 +03:00
|
|
|
- Add new MCA parameter (mpi_preconnect_oob) for pre-connecting the
|
|
|
|
"out of band" channels between all MPI processes. Most helpful for
|
|
|
|
MPI applications over InfiniBand where process A sends an initial
|
|
|
|
message to process B, but process B does not enter the MPI library
|
|
|
|
for a long time.
|
|
|
|
- Fix for a race condition in shared memory locking semantics.
|
2007-02-09 21:56:58 +03:00
|
|
|
- Add major, minor, and release version number of Open MPI to mpi.h.
|
|
|
|
Thanks to Martin Audet for the suggestion.
|
|
|
|
- Fix the "restrict" compiler check in configure.
|
|
|
|
- Fix a problem with argument checking in MPI_TYPE_CREATE_SUBARRAY.
|
|
|
|
- Fix a problem with compiling the XGrid components with non-gcc
|
|
|
|
compilers.
|
|
|
|
|
2007-02-15 05:28:18 +03:00
|
|
|
|
2007-01-30 20:27:24 +03:00
|
|
|
1.1.4
|
2006-10-16 16:58:40 +04:00
|
|
|
-----
|
|
|
|
|
2007-01-24 20:58:52 +03:00
|
|
|
- Fixed 64-bit alignment issues with TCP interface detection on
|
|
|
|
intel-based OS X machines.
|
|
|
|
- Adjusted TCP interface selection to automatically ignore Linux
|
|
|
|
channel-bonded slave interfaces.
|
2007-01-19 17:28:09 +03:00
|
|
|
- Fixed the type of the first parameter to the MPI F90 binding for
|
|
|
|
MPI_INITIALIZED. Thanks to Tim Campbell for pointing out the
|
|
|
|
problem.
|
|
|
|
- Fix a bunch of places in the Fortran MPI bindings where (MPI_Fint*)
|
|
|
|
was mistakenly being used instead of (MPI_Aint*).
|
2007-01-15 17:19:51 +03:00
|
|
|
- Fixes for fortran MPI_STARTALL, which could sometimes return
|
|
|
|
incorrect request values. Thanks to Tim Campbell for pointing out
|
|
|
|
the problem.
|
|
|
|
- Include both pre- and post-MPI-2 errata bindings for
|
|
|
|
MPI::Win::Get_attr.
|
2007-01-08 22:55:18 +03:00
|
|
|
- Fix math error on Intel OS X platforms that would greatly increase
|
|
|
|
shared memory latency.
|
2006-12-31 05:51:13 +03:00
|
|
|
- Fix type casting issue with MPI_ERRCODES_IGNORE that would cause
|
|
|
|
errors when using a C++ compiler. Thanks to Barry Smith for
|
|
|
|
bringing this to our attention.
|
2006-12-23 08:23:56 +03:00
|
|
|
- Fix possible segmentation fault during shutdown when using the
|
|
|
|
MX BTL.
|
2007-01-30 20:27:24 +03:00
|
|
|
|
2007-02-15 05:28:18 +03:00
|
|
|
|
2007-01-30 20:27:24 +03:00
|
|
|
1.1.3
|
|
|
|
-----
|
|
|
|
|
2006-12-05 22:15:56 +03:00
|
|
|
- Remove the "hierarch" coll component; it was not intended to be
|
|
|
|
included in stable releases yet.
|
2006-11-29 01:29:42 +03:00
|
|
|
- Fix a race condition with stdout/stderr not appearing properly from
|
|
|
|
all processes upon termination of an MPI job.
|
|
|
|
- Fix internal accounting errors with the self BTL.
|
2006-11-28 15:21:42 +03:00
|
|
|
- Fix typos in the code path for when sizeof(int) != sizeof(INTEGER)
|
|
|
|
in the MPI F77 bindings functions. Thanks to Pierre-Matthieu
|
|
|
|
Anglade for bringing this problem to our attention.
|
2006-11-13 15:33:54 +03:00
|
|
|
- Fix for a memory leak in the derived datatype function
|
|
|
|
ompi_ddt_duplicate(). Thanks to Andreas Schafer for reporting,
|
|
|
|
diagnosing, and patching the leak.
|
2006-11-10 20:07:51 +03:00
|
|
|
- Used better performing basic algorithm for MPI_ALLGATHERV.
|
|
|
|
- Added a workaround for a bug in the Intel 9.1 C++ compiler (all
|
|
|
|
versions up to and including 20060925) in the MPI C++ bindings that
|
|
|
|
caused run-time failures. Thanks to Scott Weitzenkamp for reporting
|
|
|
|
this problem.
|
|
|
|
- Fix MPI_SIZEOF implementation in the F90 bindings for COMPLEX
|
|
|
|
variable types.
|
|
|
|
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
|
|
|
|
Lisandro Dalcin for reporting the problem.
|
|
|
|
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
|
|
|
|
Thanks to Lisandro Dalcin for finding the issue.
|
|
|
|
- Various fixes for MPI generalized request handling; addition of
|
|
|
|
missing MPI::Grequest functionality to the C++ bindings.
|
2006-10-31 15:05:34 +03:00
|
|
|
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
|
|
|
|
connections during MPI_INIT (vs. making connections lazily whenever
|
|
|
|
the first MPI communication occurs between a pair of peers).
|
2006-10-21 18:24:30 +04:00
|
|
|
- Fix a problem for when $FC and/or $F77 were specified as multiple
|
|
|
|
tokens. Thanks to Orion Poplawski for identifying the problem and
|
|
|
|
to Ralf Wildenhues for suggesting the fix.
|
2006-10-21 00:21:16 +04:00
|
|
|
- Fix several MPI_*ERRHANDLER* functions and MPI_GROUP_TRANSLATE_RANKS
|
|
|
|
with respect to what arguments they allowed and the behavior that
|
|
|
|
they effected. Thanks to Lisandro Dalcin for reporting the
|
|
|
|
problems.
|
2006-10-16 16:58:40 +04:00
|
|
|
|
|
|
|
|
2006-08-29 02:48:13 +04:00
|
|
|
1.1.2
|
|
|
|
-----
|
|
|
|
|
2006-10-05 21:00:09 +04:00
|
|
|
- Really fix Fortran status handling in MPI_WAITSOME and MPI_TESTSOME.
|
|
|
|
- Various datatype fixes, reported by several users as causing
|
|
|
|
failures in the BLACS testing suite. Thanks to Harald Forbert, Ake
|
|
|
|
Sandgren and, Michael Kluskens for reporting the problem.
|
|
|
|
- Correctness and performance fixes for heterogeneous environments.
|
2006-10-03 20:48:39 +04:00
|
|
|
- Fixed a error in command line parsing on some platforms (causing
|
|
|
|
mpirun to crash without doing anything).
|
|
|
|
- Fix for initialization hangs on 64 bit Mac OS X PowerPC systems.
|
|
|
|
- Fixed some memory allocation problems in mpirun that could cause
|
|
|
|
random problems if "-np" was not specified on the command line.
|
|
|
|
- Add Kerberos authentication support for XGrid.
|
|
|
|
- Added LoadLeveler support for jobs larger than 128 tasks.
|
2006-09-28 07:25:18 +04:00
|
|
|
- Fix for large-sized Fortran LOGICAL datatypes.
|
2006-09-28 01:35:17 +04:00
|
|
|
- Fix various error checking in MPI_INFO_GET_NTHKEY and
|
2006-09-30 02:49:04 +04:00
|
|
|
MPI_GROUP_TRANSLATE_RANKS, and some collective operations
|
|
|
|
(particularly with regards to MPI_IN_PLACE). Thanks to Lisandro
|
|
|
|
Dalcin for reporting the problems.
|
2006-09-28 01:31:59 +04:00
|
|
|
- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM.
|
2006-10-03 20:48:39 +04:00
|
|
|
- Fix a number of race conditions with the MPI-2 Onesided
|
|
|
|
interface.
|
2006-09-25 18:53:29 +04:00
|
|
|
- Fix the "tuned" collective componenete where some cases where
|
|
|
|
MPI_BCAST could hang.
|
|
|
|
- Update TCP support to support non-uniform TCP environments.
|
2006-09-11 15:18:45 +04:00
|
|
|
- Allow the "poe" RAS component to be built on AIX or Linux.
|
2006-09-09 05:18:21 +04:00
|
|
|
- Only install mpif.h if the rest of the Fortran bindings are
|
|
|
|
installed.
|
|
|
|
- Fixes for BProc node selection.
|
2006-08-29 02:48:13 +04:00
|
|
|
- Add some missing Fortran MPI-2 IO constants.
|
|
|
|
|
|
|
|
|
2006-07-05 17:23:43 +04:00
|
|
|
1.1.1
|
|
|
|
-----
|
2006-06-16 17:37:25 +04:00
|
|
|
|
2006-08-23 17:57:30 +04:00
|
|
|
- Fix for Fortran string handling in various MPI API functions.
|
|
|
|
- Fix for Fortran status handling in MPI_WAITSOME and MPI_TESTSOME.
|
|
|
|
- Various fixes for the XL compilers.
|
|
|
|
- Automatically disable using mallot() on AIX.
|
|
|
|
- Memory fixes for 64 bit platforms with registering MCA parameters in
|
|
|
|
the self and MX BTL components.
|
|
|
|
- Fixes for BProc to support oversubscription and changes to the
|
|
|
|
mapping algorithm so that mapping processes "by slot" works as
|
|
|
|
expected.
|
|
|
|
- Fixes for various abort cases to not hang and clean up nicely.
|
2006-08-01 22:48:34 +04:00
|
|
|
- If using the Intel 9.0 v20051201 compiler on an IA64 platform, the
|
|
|
|
ptmalloc2 memory manager component will automatically disable
|
|
|
|
itself. Other versions of the Intel compiler on this platform seem
|
|
|
|
to work fine (e.g., 9.1).
|
2006-07-28 18:52:52 +04:00
|
|
|
- Added "host" MPI_Info key to MPI_COMM_SPAWN and
|
|
|
|
MPI_COMM_SPAWN_MULTIPLE.
|
2006-07-27 01:50:35 +04:00
|
|
|
- Add missing C++ methods: MPI::Datatype::Create_indexed_block,
|
|
|
|
MPI::Datatype::Create_resized, MPI::Datatype::Get_true_extent.
|
2006-07-26 19:48:17 +04:00
|
|
|
- Fix OSX linker issue with Fortran bindings.
|
2006-10-06 05:23:33 +04:00
|
|
|
- Fixed MPI_COMM_SPAWN to start spawning new processes in slots that
|
|
|
|
(according to Open MPI) are not already in use.
|
2006-07-14 17:54:30 +04:00
|
|
|
- Added capability to "mpirun a.out" (without specifying -np) that
|
|
|
|
will run on all currently-allocated resources (e.g., within a batch
|
|
|
|
job such as SLURM, Torque, etc.).
|
2006-07-12 15:57:55 +04:00
|
|
|
- Fix a bug with one particular case of MPI_BCAST. Thanks to Doug
|
|
|
|
Gregor for identifying the problem.
|
|
|
|
- Ensure that the shared memory mapped file is only created when there
|
|
|
|
is more than one process on a node.
|
|
|
|
- Fixed problems with BProc stdin forwarding.
|
|
|
|
- Fixed problem with MPI_TYPE_INDEXED datatypes. Thanks to Yven
|
|
|
|
Fournier for identifying this problem.
|
|
|
|
- Fix some thread safety issues in MPI attributes and the openib BTL.
|
|
|
|
- Fix the BProc allocator to not potentially use the same resources
|
|
|
|
across multiple ORTE universes.
|
|
|
|
- Fix gm resource leak.
|
|
|
|
- More latency reduction throughout the code base.
|
2006-07-15 02:12:12 +04:00
|
|
|
- Make the TM PLS (PBS Pro, Torque, Open PBS) more scalable, and fix
|
|
|
|
some latent bugs that crept in v1.1. Thanks to the Thunderbird crew
|
|
|
|
at Sandia National Laboratories and Martin Schaffoner for access to
|
|
|
|
testing facilities to make this happen.
|
2006-07-12 15:57:55 +04:00
|
|
|
- Added new command line options to mpirun:
|
|
|
|
--nolocal: Do not run any MPI processes on the same node as mpirun
|
|
|
|
(compatibility with the OSC mpiexec launcher)
|
2006-10-06 05:23:33 +04:00
|
|
|
--nooversubscribe: Abort if the number of processes requested would
|
|
|
|
cause oversubscription
|
2006-07-12 15:57:55 +04:00
|
|
|
--quiet / -q: do not show spurious status messages
|
|
|
|
--version / -V: show the version of Open MPI
|
2006-07-26 19:47:51 +04:00
|
|
|
- Fix bus error in XGrid process starter. Thanks to Frank from the
|
|
|
|
Open MPI user's list for identifying the problem.
|
2006-07-12 15:57:55 +04:00
|
|
|
- Fix data size mismatches that caused memory errors on PPC64
|
|
|
|
platforms during the startup of the openib BTL.
|
2006-06-16 17:37:25 +04:00
|
|
|
- Allow propagation of SIGUSR1 and SIGUSR2 signals from mpirun to
|
|
|
|
back-end MPI processes.
|
2006-07-12 15:57:55 +04:00
|
|
|
- Add missing MPI::Is_finalized() function.
|
2006-06-16 17:37:25 +04:00
|
|
|
|
|
|
|
|
2005-11-22 02:00:12 +03:00
|
|
|
1.1
|
|
|
|
---
|
2006-02-13 00:25:11 +03:00
|
|
|
|
2006-06-16 17:37:25 +04:00
|
|
|
- Various MPI datatype fixes, optimizations.
|
|
|
|
- Fixed various problems on the SPARC architecture (e.g., not
|
|
|
|
correctly aligning addresses within structs).
|
|
|
|
- Improvements in various run-time error messages to be more clear
|
|
|
|
about what they mean and where the errors are occurring.
|
|
|
|
- Various fixes to mpirun's handling of --prefix.
|
|
|
|
- Updates and fixes for Cray/Red Storm support.
|
Bring over changes from the /tmp/fortran-stuff series:
- Make the F90 bindings compile and link properly with gfortran 4.0,
4.1, Intel 9.0, PGI 6.1, Sun (don't know version offhand -- the most
current as of this writing, I think), and NAG 5.2, although some
have limitations (e.g., NAG can't seem to handle the medium and
large sizes)
- Building the F90 "small" module size is now the default, even for
developers
- Split up mpif.h into multiple files because parts of it were toxic
to the F90 bindings
- Properly specify unsized/unshaped arrays to make the bindings work
on all known compilers
- Make ompi_info show Fortran 90 bindings size
- XML somewhat lags the generated scripts as of this commit, but
functionality was my main goal -- the XML can be updated later (if
at all).
This commit was SVN r10118.
2006-05-30 18:37:41 +04:00
|
|
|
- Major improvements to the Fortran 90 MPI bindings:
|
|
|
|
- General improvements in compile/linking time and portability
|
|
|
|
between different F90 compilers.
|
2006-06-16 17:37:25 +04:00
|
|
|
- Addition of "trivial", "small" (the default), and "medium"
|
|
|
|
Fortran 90 MPI module sizes (v1.0.x's F90 module was
|
Bring over changes from the /tmp/fortran-stuff series:
- Make the F90 bindings compile and link properly with gfortran 4.0,
4.1, Intel 9.0, PGI 6.1, Sun (don't know version offhand -- the most
current as of this writing, I think), and NAG 5.2, although some
have limitations (e.g., NAG can't seem to handle the medium and
large sizes)
- Building the F90 "small" module size is now the default, even for
developers
- Split up mpif.h into multiple files because parts of it were toxic
to the F90 bindings
- Properly specify unsized/unshaped arrays to make the bindings work
on all known compilers
- Make ompi_info show Fortran 90 bindings size
- XML somewhat lags the generated scripts as of this commit, but
functionality was my main goal -- the XML can be updated later (if
at all).
This commit was SVN r10118.
2006-05-30 18:37:41 +04:00
|
|
|
equivalent to "medium"). See the README file for more
|
|
|
|
explanation.
|
|
|
|
- Fix various MPI F90 interface functions and constant types to
|
|
|
|
match. Thanks to Michael Kluskens for pointing out the problems
|
|
|
|
to us.
|
2006-05-25 16:29:17 +04:00
|
|
|
- Allow short messagees to use RDMA (vs. send/receive semantics) to a
|
|
|
|
limited number peers in both the mvapi and openib BTL components.
|
|
|
|
This reduces communication latency over IB channels.
|
2006-04-13 08:24:32 +04:00
|
|
|
- Numerous performance improvements throughout the entire code base.
|
|
|
|
- Many minor threading fixes.
|
2006-04-07 08:57:53 +04:00
|
|
|
- Add a define OMPI_SKIP_CXX to allow the user to skip the mpicxx.h from
|
|
|
|
being included in mpi.h. It allows the user to compile C code with a CXX
|
|
|
|
compiler without including the CXX bindings.
|
2006-04-13 08:24:32 +04:00
|
|
|
- PERUSE support has been added. In order to activate it add
|
|
|
|
--enable-peruse to the configure options. All events described in
|
|
|
|
the PERUSE 2.0 draft are supported, plus one Open MPI
|
2006-03-31 21:20:11 +04:00
|
|
|
extension. PERUSE_COMM_REQ_XFER_CONTINUE allow to see how the data
|
|
|
|
is segmented internally, using multiple interfaces or the pipeline
|
|
|
|
engine. However, this version only support one event of each type
|
|
|
|
simultaneously attached to a communicator.
|
2006-03-25 06:02:44 +03:00
|
|
|
- Add support for running jobs in heterogeneous environments.
|
|
|
|
Currently supports environments with different endianness and
|
|
|
|
different representations of C++ bool and Fortran LOGICAL.
|
|
|
|
Mismatched sizes for other datatypes is not supported.
|
|
|
|
- Open MPI now includes an implementation of the MPI-2 One-Sided
|
|
|
|
Communications specification.
|
2006-02-12 18:13:14 +03:00
|
|
|
- Open MPI is now configurable in cross-compilation environments.
|
|
|
|
Several Fortran 77 and Fortran 90 tests need to be pre-seeded with
|
|
|
|
results from a config.cache-like file.
|
2005-11-22 02:00:12 +03:00
|
|
|
- Add --debug option to mpirun to generically invoke a parallel debugger.
|
2006-03-04 17:24:44 +03:00
|
|
|
|
2005-11-22 02:00:12 +03:00
|
|
|
|
2006-08-30 01:05:23 +04:00
|
|
|
1.0.3 (unreleased; all fixes included in 1.1)
|
|
|
|
---------------------------------------------
|
2006-04-13 22:56:02 +04:00
|
|
|
|
2006-08-01 20:07:56 +04:00
|
|
|
- Fix a problem noted by Chris Hennes where MPI_INFO_SET incorrectly
|
|
|
|
disallowed long values.
|
2006-07-15 14:33:37 +04:00
|
|
|
- Fix a problem in the launch system that could cause inconsistent
|
|
|
|
launch behavior, particularly when launching large jobs.
|
2006-06-16 17:37:25 +04:00
|
|
|
- Require that the openib BTL find <sysfs/libsysfs.h>. Thanks to Josh
|
|
|
|
Aune for the suggestion.
|
|
|
|
- Include updates to support the upcoming Autoconf 2.60 and Libtool
|
|
|
|
2.0. Thanks to Ralf Wildenhues for all the work!
|
|
|
|
- Fix bug with infinite loop in the "round robin" process mapper.
|
|
|
|
Thanks to Paul Donohue for reporting the problem.
|
|
|
|
- Enusre that memory hooks are removed properly during MPI_FINALIZE.
|
|
|
|
Thanks to Neil Ludban for reporting the problem.
|
|
|
|
- Various fixes to the included support for ROMIO.
|
2006-05-26 16:21:52 +04:00
|
|
|
- Fix to ensure that MPI_LONG_LONG and MPI_LONG_LONG_INT are actually
|
|
|
|
synonyms, as defined by the MPI standard. Thanks to Martin Audet
|
|
|
|
for reporting this.
|
2006-05-26 16:09:41 +04:00
|
|
|
- Fix Fortran 90 configure tests to properly utilize LDFLAGS and LIBS.
|
|
|
|
Thanks to Terry Reeves for reporting the problem.
|
2006-05-25 16:28:04 +04:00
|
|
|
- Fix shared memory progression in asynchronous progress scenarios.
|
|
|
|
Thanks to Mykael Bouquey for reporting the problem.
|
2006-05-23 22:28:41 +04:00
|
|
|
- Fixed back-end operations for predefined MPI_PROD for some
|
|
|
|
datatypes. Thanks to Bert Wesarg for reporting this.
|
2006-05-19 01:25:56 +04:00
|
|
|
- Adapted configure to be able to handle Torque 2.1.0p0's (and above)
|
|
|
|
new library name. Thanks to Brock Palen for pointing this out and
|
|
|
|
providing access to a Torque 2.1.0p0 cluster to test with.
|
2006-05-18 19:43:32 +04:00
|
|
|
- Fixed situation where mpirun could set a shell pipeline's stdout
|
|
|
|
to non-blocking, causing the shell pipeline to prematurely fail.
|
|
|
|
Thanks to Darrell Kresge for figuring out what was happening.
|
2006-05-17 04:06:30 +04:00
|
|
|
- Fixed problems with leave_pinned that could cause Badness with the
|
|
|
|
mvapi BTL.
|
2006-05-15 20:45:32 +04:00
|
|
|
- Fixed problems with MPI_FILE_OPEN and non-blocking MPI-2 IO access.
|
2006-05-11 07:05:09 +04:00
|
|
|
- Fixed various InfiniBand port matching issues during startup.
|
|
|
|
Thanks to Scott Weitzenkamp for identifying these problems.
|
2006-05-25 16:28:04 +04:00
|
|
|
- Fixed various configure, build and run-time issues with ROMIO.
|
|
|
|
Thanks to Dries Kimpe for bringing them to our attention.
|
2006-05-05 16:00:33 +04:00
|
|
|
- Fixed error in MPI_COMM_SPLIT when dealing with intercommunicators.
|
|
|
|
Thanks to Bert Wesarg for identifying the problem.
|
2006-05-05 06:27:43 +04:00
|
|
|
- Fixed backwards handling of "high" parameter in MPI_INTERCOMM_MERGE.
|
|
|
|
Thanks to Michael Kluskens for pointing this out to us.
|
2006-05-02 18:39:11 +04:00
|
|
|
- Fixed improper handling of string arguments in Fortran bindings
|
|
|
|
for MPI-IO functionality
|
2006-04-24 01:14:03 +04:00
|
|
|
- Fixed segmentation fault with 64 bit applications on Solaris when
|
|
|
|
using the shared memory transports.
|
2006-04-13 22:56:02 +04:00
|
|
|
- Fixed MPI_COMM_SELF attributes to free properly at the beginning of
|
|
|
|
MPI_FINALIZE. Thanks to Martin Audet for bringing this to our
|
|
|
|
attention.
|
2006-04-14 19:46:30 +04:00
|
|
|
- Fixed alignment tests for cross-compiling to not cause errors with
|
|
|
|
recent versions of GCC.
|
2006-04-13 22:56:02 +04:00
|
|
|
|
|
|
|
|
2005-12-13 01:15:29 +03:00
|
|
|
1.0.2
|
|
|
|
-----
|
|
|
|
|
2006-04-06 15:43:24 +04:00
|
|
|
- Fixed assembly race condition on AMD64 platforms.
|
|
|
|
- Fixed residual .TRUE. issue with copying MPI attributes set from
|
|
|
|
Fortran.
|
|
|
|
- Remove unnecessary logic from Solaris pty I/O forwarding. Thanks to
|
|
|
|
Francoise Roch for bringing this to our attention.
|
2006-04-04 08:34:08 +04:00
|
|
|
- Fixed error when count = 0 was given for multiple completion MPI
|
|
|
|
functions (MPI_TESTSOME, MPI_TESTANY, MPI_TESTALL, MPI_WAITSOME,
|
|
|
|
MPI_WAITANY, MPI_WAITALL).
|
2006-04-06 15:43:24 +04:00
|
|
|
- Better handling in MPI_ABORT for when peer processes have already
|
|
|
|
died, especially under some resource managers.
|
|
|
|
- Random updates to README file, to include notes about the Portland
|
|
|
|
compilers.
|
|
|
|
- Random, small threading fixes to prevent deadlock.
|
2006-03-24 18:39:09 +03:00
|
|
|
- Fixed a problem with handling long mpirun app files. Thanks to Ravi
|
|
|
|
Manumachu for identifying the problem.
|
2006-03-16 17:46:58 +03:00
|
|
|
- Fix handling of strings in several of the Fortran 77 bindings.
|
2006-03-16 17:40:03 +03:00
|
|
|
- Fix LinuxPPC assembly issues. Thanks to Julian Seward for reporting
|
|
|
|
the problem.
|
2006-03-11 20:56:30 +03:00
|
|
|
- Enable pty support for standard I/O forwarding on platforms that
|
|
|
|
have ptys but do not have openpty(). Thanks to Pierre Valiron for
|
|
|
|
bringing this to our attention.
|
2006-03-10 07:09:41 +03:00
|
|
|
- Disable inline assembly for PGI compilers to avoid compiler errors.
|
|
|
|
Thanks to Troy Telford for bringing this to our attention.
|
2006-03-09 20:07:29 +03:00
|
|
|
- Added MPI_UNSIGNED_CHAR and MPI_SIGNED_CHAR to the allowed reduction
|
|
|
|
types.
|
2006-03-09 15:14:16 +03:00
|
|
|
- Fix a segv in variable-length message displays on Opterons running
|
|
|
|
Solaris. Thanks to Pierre Valiron for reporting the issue.
|
2006-03-04 21:35:33 +03:00
|
|
|
- Added MPI_BOOL to the intrinsic reduction operations MPI_LAND,
|
|
|
|
MPI_LOR, MPI_LXOR. Thanks to Andy Selle for pointing this out to us.
|
2006-02-23 05:03:59 +03:00
|
|
|
- Fixed TCP BTL network matching logic during MPI_INIT; in some cases
|
|
|
|
on multi-NIC nodes, a NIC could get paired with a NIC on another
|
|
|
|
network (typically resulting in deadlock). Thanks to Ken Mighell
|
|
|
|
for pointing this out to us.
|
2006-02-16 23:40:23 +03:00
|
|
|
- Change the behavior of orterun (mpirun, mpirexec) to search for
|
|
|
|
argv[0] and the cwd on the target node (i.e., the node where the
|
|
|
|
executable will be running in all systems except BProc, where the
|
|
|
|
searches are run on the node where orterun is invoked).
|
2006-02-16 23:14:33 +03:00
|
|
|
- Fix race condition in shared memory transport that could cause
|
|
|
|
crashes on machines with weak memory consistency models (including
|
|
|
|
POWER/PowerPC machines).
|
2006-02-16 07:41:38 +03:00
|
|
|
- Fix warnings about setting read-only MCA parameters on bproc systems.
|
2006-02-16 01:46:40 +03:00
|
|
|
- Change the exit status set by mpirun when an application process is
|
|
|
|
killed by a signal. The exit status is now set to signo + 128, which
|
|
|
|
conforms with the behavior of (almost) all shells.
|
2006-02-13 00:25:11 +03:00
|
|
|
- Correct a datatype problem with the convertor when partially
|
|
|
|
unpacking data. Now we can position the convertor to any position
|
|
|
|
not only on the predefined types boundaries. Thanks to Yvan Fournier
|
|
|
|
for reporting this to us.
|
2006-02-05 02:28:48 +03:00
|
|
|
- Fix a number of standard I/O forwarding issues, including the
|
|
|
|
ability to background mpirun and a loss of data issue when
|
|
|
|
redirecting mpirun's standard input from a file.
|
2006-02-11 03:19:57 +03:00
|
|
|
- Fixed bug in ompi_info where rcache and bml MCA parameters would not
|
|
|
|
be displayed.
|
|
|
|
- Fixed umask issues in the session directory. Thanks to Glenn Morris
|
|
|
|
for reporting this to us.
|
2006-02-02 09:26:55 +03:00
|
|
|
- Fixed tcsh-based LD_LIBRARY_PATH issues with --prefix. Thanks to
|
|
|
|
Glen Morris for identifying the problem and suggesting the fix.
|
2006-02-02 08:50:15 +03:00
|
|
|
- Removed extraneous \n's when setting PATH and LD_LIBRARY_PATH in the
|
|
|
|
rsh startup. Thanks to Glen Morris for finding these typos.
|
2006-02-01 19:01:32 +03:00
|
|
|
- Fixed missing constants in MPI C++ bindings.
|
2006-01-20 15:33:31 +03:00
|
|
|
- Fixed some errors caused by threading issues.
|
2006-01-19 18:34:41 +03:00
|
|
|
- Fixed openib BTL flow control logic to not overrun the number of
|
|
|
|
send wqes available.
|
|
|
|
- Update to match newest OpenIB user-level library API. Thanks to
|
|
|
|
Roland Dreier for submitting this patch.
|
|
|
|
- Report errors properly when failing to register memory in the openib
|
|
|
|
BTL.
|
|
|
|
- Reduce memory footprint of openib BTL.
|
2006-01-19 18:21:53 +03:00
|
|
|
- Fix parsing problem with mpirun's "-tv" switch. Thanks to Chris
|
|
|
|
Gottbrath for supplying the fix.
|
2006-01-12 06:39:51 +03:00
|
|
|
- Fix Darwin net/if.h configure warning.
|
|
|
|
- The GNU assembler unbelievably defaults to making stacks executable.
|
|
|
|
So when using gas, add flags to explicitly tell it to not make
|
|
|
|
stacks executable (lame but necessary).
|
2006-01-09 21:10:12 +03:00
|
|
|
- Add missing MPI::Request::Get_status() methods. Thanks to Bill
|
|
|
|
Saphir for pointing this out to us.
|
2006-01-05 17:55:00 +03:00
|
|
|
- Improved error messages on memory registration errors (e.g., when
|
|
|
|
using high-speed networks).
|
|
|
|
- Open IB support now checks firmware for how many outstanding RDMA
|
|
|
|
requests are supported. Thanks to Mellanox for pointing this out to
|
|
|
|
us.
|
|
|
|
- Enable printing of stack traces in MPI processes upon SIGBUS,
|
|
|
|
SIGSEGV, and SIGFPE if the platform supports it.
|
|
|
|
- Fixed F90 compilation support for the Lahey compiler.
|
|
|
|
- Fixed issues with ROMIO shared library support.
|
|
|
|
- Fixed internal accounting problems with rsh support.
|
2005-12-20 16:39:00 +03:00
|
|
|
- Update to GNU Libtool 1.5.22.
|
2005-12-20 03:49:59 +03:00
|
|
|
- Fix error in configure script when setting CCAS to ias (the Intel
|
2006-03-16 17:40:03 +03:00
|
|
|
assembler).
|
2005-12-16 22:19:14 +03:00
|
|
|
- Added missing MPI::Intercomm collectives.
|
|
|
|
- Fixed MPI_IN_PLACE handling for Fortran collectives.
|
2005-12-16 00:24:42 +03:00
|
|
|
- Fixed some more C++ const_cast<> issues. Thanks for Martin Audet
|
|
|
|
(again) for bringing this to our attention.
|
2005-12-15 22:24:50 +03:00
|
|
|
- Updated ROMIO with the version from MPICH 1.2.7p1, marked as version
|
|
|
|
2005-06-09.
|
2005-12-13 01:15:29 +03:00
|
|
|
- Fixes for some cases where the use of MPI_BOTTOM could cause
|
|
|
|
problems.
|
2005-12-13 23:30:36 +03:00
|
|
|
- Properly handle the case where an mVAPI does not have shared receive
|
|
|
|
queue support (such as the one shipped by SilverStorm / Infinicon
|
|
|
|
for OS X).
|
2005-12-13 01:15:29 +03:00
|
|
|
|
|
|
|
|
2005-11-22 02:00:12 +03:00
|
|
|
1.0.1
|
|
|
|
-----
|
|
|
|
|
2005-12-08 16:04:38 +03:00
|
|
|
- Fixed assembly on Solaris AMD platforms. Thanks to Pierre Valiron
|
|
|
|
for bringing this to our attention.
|
2005-12-06 22:13:42 +03:00
|
|
|
- Fixed long messages in the send-to-self case.
|
|
|
|
- Ensure that when the "leave_pinned" option is used, the memory hooks
|
|
|
|
are also enabled. Thanks to Gleb Natapov for pointing this out.
|
2005-12-01 21:37:32 +03:00
|
|
|
- Fixed compile errors for IRIX.
|
2005-12-13 01:15:29 +03:00
|
|
|
- Allow hostfiles to have integer host names (for BProc clusters).
|
2005-12-01 21:07:15 +03:00
|
|
|
- Fixed a problem with message matching of out-of-order fragments in
|
|
|
|
multiple network device scenarios.
|
2005-11-30 14:07:40 +03:00
|
|
|
- Converted all the C++ MPI bindings to use proper const_cast<>'s
|
|
|
|
instead of old C-style casts to get rid of const-ness. Thanks to
|
|
|
|
Martin Audet for raising the issue with us.
|
|
|
|
- Converted MPI_Offset to be a typedef instead of a #define because it
|
|
|
|
causes problems for some C++ parsers. Thanks to Martin Audet for
|
|
|
|
bringing this to our attention.
|
2005-11-30 02:44:56 +03:00
|
|
|
- Improved latency of TCP BTL.
|
|
|
|
- Fixed index value in MPI_TESTANY to be MPI_UNDEFINED if some
|
|
|
|
requests were not MPI_REQUEST_NULL, but no requests finished.
|
2005-11-29 21:43:27 +03:00
|
|
|
- Fixed several Fortran MPI API implementations that incorrectly used
|
|
|
|
integers instead of logicals or address-sized integers.
|
2005-11-29 04:06:44 +03:00
|
|
|
- Fix so that Open MPI correctly handles the Fortran value for .TRUE.,
|
|
|
|
regardless of what the Fortran compiler's value for .TRUE. is.
|
2005-11-28 23:09:46 +03:00
|
|
|
- Improved scalability of MX startup.
|
2005-11-28 22:39:07 +03:00
|
|
|
- Fix datatype offset handling in the coll basic component's
|
|
|
|
MPI_SCATTERV implementation.
|
2005-11-28 22:36:59 +03:00
|
|
|
- Fix EOF handling on stdin.
|
2005-11-22 18:33:04 +03:00
|
|
|
- Fix missing MPI_F_STATUS_IGNORE and MPI_F_STATUSES_IGNORE
|
|
|
|
instanatiations. Thanks to Anthony Chan for pointing this out.
|
2005-11-22 02:00:12 +03:00
|
|
|
- Add a missing value for MPI_WIN_NULL in mpif.h.
|
|
|
|
- Bring over some fixes for the sm btl that somehow didn't make it
|
|
|
|
over from the trunk before v1.0. Thanks to Beth Tibbitts and Bill
|
|
|
|
Chung for helping identify this issue.
|
|
|
|
- Bring over some fixes for the iof that somehow didn't make it over
|
|
|
|
from the trunk before v1.0.
|
|
|
|
- Fix for --with-wrapper-ldflags handling. Thanks to Dries Kimpe for
|
|
|
|
pointing this out to us.
|
|
|
|
|
|
|
|
|
|
|
|
1.0
|
|
|
|
---
|
|
|
|
|
|
|
|
Initial public release.
|