2005-11-22 02:00:12 +03:00
|
|
|
Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
University Research and Technology
|
|
|
|
Corporation. All rights reserved.
|
|
|
|
Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
of Tennessee Research Foundation. All rights
|
|
|
|
reserved.
|
|
|
|
Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
University of Stuttgart. All rights reserved.
|
|
|
|
Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
All rights reserved.
|
|
|
|
$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.
|
|
|
|
|
|
|
|
1.1
|
|
|
|
---
|
|
|
|
|
|
|
|
- Add --debug option to mpirun to generically invoke a parallel debugger.
|
|
|
|
|
|
|
|
|
|
|
|
1.0.1
|
|
|
|
-----
|
|
|
|
|
2005-11-28 22:36:59 +03:00
|
|
|
- Fix datatype testing in MPI_SCATTERV.
|
|
|
|
- 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.
|