dist: Fix character encodings in NEWS
The NEWS file had a mix of ISO-8859-1 and UTF-8 encodings, which
was making a mess of decoding the non-ASCII characters in the
file. This patch unifies the NEWS file as a UTF-8 encoded file
and changes many of the places where we had ASCII-ified a persons
name.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
(cherry picked from commit 2e23893f04
)
Cherry-pick was modified to fix one more ISO-8859-1 character that
was in the v4.0.x branch but not in the master branch.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
Этот коммит содержится в:
родитель
6dae117cff
Коммит
8c7a51dda3
76
NEWS
76
NEWS
@ -76,7 +76,7 @@ included in the vX.Y.Z section and be denoted as:
|
|||||||
- Fix an issue with the Fortran compiler wrappers when using
|
- Fix an issue with the Fortran compiler wrappers when using
|
||||||
NAG compilers. Thanks to Peter Brady for reporting.
|
NAG compilers. Thanks to Peter Brady for reporting.
|
||||||
- Fix an issue with the ORTE ssh based process launcher at scale.
|
- Fix an issue with the ORTE ssh based process launcher at scale.
|
||||||
Thanks to Benjamэn Hernсndez for reporting.
|
Thanks to Benjamín Hernández for reporting.
|
||||||
- Address an issue when using shared MPI I/O operations. OMPIO will
|
- Address an issue when using shared MPI I/O operations. OMPIO will
|
||||||
now successfully return from the file open statement but will
|
now successfully return from the file open statement but will
|
||||||
raise an error if the file system does not supported shared I/O
|
raise an error if the file system does not supported shared I/O
|
||||||
@ -868,7 +868,7 @@ Bug fixes/minor improvements:
|
|||||||
a file from independent jobs. Thanks to Nicolas Joly for reporting
|
a file from independent jobs. Thanks to Nicolas Joly for reporting
|
||||||
this issue.
|
this issue.
|
||||||
- Optimize zero size MPI_IALLTOALL{V,W} with MPI_IN_PLACE. Thanks to
|
- Optimize zero size MPI_IALLTOALL{V,W} with MPI_IN_PLACE. Thanks to
|
||||||
Lisandro Dalcin for the report.
|
Lisandro Dalcín for the report.
|
||||||
- Fix a ROMIO buffer overflow problem for large transfers when using NFS
|
- Fix a ROMIO buffer overflow problem for large transfers when using NFS
|
||||||
filesystems.
|
filesystems.
|
||||||
- Fix type of MPI_ARGV[S]_NULL which prevented it from being used
|
- Fix type of MPI_ARGV[S]_NULL which prevented it from being used
|
||||||
@ -1014,7 +1014,7 @@ Bug fixes/minor improvements:
|
|||||||
for reporting.
|
for reporting.
|
||||||
- Fix crash in MPI_COMM_SPAWN.
|
- Fix crash in MPI_COMM_SPAWN.
|
||||||
- Fix types for MPI_UNWEIGHTED and MPI_WEIGHTS_EMPTY. Thanks to
|
- Fix types for MPI_UNWEIGHTED and MPI_WEIGHTS_EMPTY. Thanks to
|
||||||
Lisandro Dalcin for reporting.
|
Lisandro Dalcín for reporting.
|
||||||
- Correctly report the name of MPI_INTEGER16.
|
- Correctly report the name of MPI_INTEGER16.
|
||||||
- Add some missing MPI constants to the Fortran bindings.
|
- Add some missing MPI constants to the Fortran bindings.
|
||||||
- Fixed compile error when configuring Open MPI with --enable-timing.
|
- Fixed compile error when configuring Open MPI with --enable-timing.
|
||||||
@ -1030,7 +1030,7 @@ Bug fixes/minor improvements:
|
|||||||
- Fix problem with use use of non-zero lower bound datatypes in
|
- Fix problem with use use of non-zero lower bound datatypes in
|
||||||
collectives. Thanks to Hristo Iliev for reporting.
|
collectives. Thanks to Hristo Iliev for reporting.
|
||||||
- Fix a problem with memory allocation within MPI_GROUP_INTERSECTION.
|
- Fix a problem with memory allocation within MPI_GROUP_INTERSECTION.
|
||||||
Thanks to Lisandro Dalcin for reporting.
|
Thanks to Lisandro Dalcín for reporting.
|
||||||
- Fix an issue with MPI_ALLGATHER for communicators that don't consist
|
- Fix an issue with MPI_ALLGATHER for communicators that don't consist
|
||||||
of two ranks. Thanks to David Love for reporting.
|
of two ranks. Thanks to David Love for reporting.
|
||||||
- Various fixes for collectives when used with esoteric MPI datatypes.
|
- Various fixes for collectives when used with esoteric MPI datatypes.
|
||||||
@ -1199,9 +1199,9 @@ Bug fixes / minor enhancements:
|
|||||||
- Fix a problem with use of a 64 bit atomic counter. Thanks to
|
- Fix a problem with use of a 64 bit atomic counter. Thanks to
|
||||||
Paul Hargrove for reporting.
|
Paul Hargrove for reporting.
|
||||||
- Fix a problem with singleton job launching. Thanks to Lisandro
|
- Fix a problem with singleton job launching. Thanks to Lisandro
|
||||||
Dalcin for reporting.
|
Dalcín for reporting.
|
||||||
- Fix a problem with use of MPI_UNDEFINED with MPI_COMM_SPLIT_TYPE.
|
- Fix a problem with use of MPI_UNDEFINED with MPI_COMM_SPLIT_TYPE.
|
||||||
Thanks to Lisandro Dalcin for reporting.
|
Thanks to Lisandro Dalcín for reporting.
|
||||||
- Silence a compiler warning in PSM MTL. Thanks to Adrian Reber for
|
- Silence a compiler warning in PSM MTL. Thanks to Adrian Reber for
|
||||||
reporting this.
|
reporting this.
|
||||||
- Properly detect Intel TrueScale and OmniPath devices in the ACTIVE
|
- Properly detect Intel TrueScale and OmniPath devices in the ACTIVE
|
||||||
@ -1217,7 +1217,7 @@ Bug fixes / minor enhancements:
|
|||||||
- Implement a workaround for a GNU Libtool problem. Thanks to Eric
|
- Implement a workaround for a GNU Libtool problem. Thanks to Eric
|
||||||
Schnetter for reporting and fixing.
|
Schnetter for reporting and fixing.
|
||||||
- Improve hcoll library detection in configure. Thanks to David
|
- Improve hcoll library detection in configure. Thanks to David
|
||||||
Shrader and Ake Sandgren for reporting this.
|
Shrader and Åke Sandgren for reporting this.
|
||||||
- Miscellaneous minor bug fixes in the hcoll component.
|
- Miscellaneous minor bug fixes in the hcoll component.
|
||||||
- Miscellaneous minor bug fixes in the ugni component.
|
- Miscellaneous minor bug fixes in the ugni component.
|
||||||
- Fix problems with XRC detection in OFED 3.12 and older releases.
|
- Fix problems with XRC detection in OFED 3.12 and older releases.
|
||||||
@ -1246,9 +1246,9 @@ Bug fixes / minor enhancements:
|
|||||||
- Fix a problem with MPI-RMA PSCW epochs. Thanks to Berk Hess for
|
- Fix a problem with MPI-RMA PSCW epochs. Thanks to Berk Hess for
|
||||||
reporting this.
|
reporting this.
|
||||||
- Fix a problem in neighborhood collectives. Thanks to Lisandro
|
- Fix a problem in neighborhood collectives. Thanks to Lisandro
|
||||||
Dalcin for reporting.
|
Dalcín for reporting.
|
||||||
- Fix MPI_IREDUCE_SCATTER_BLOCK for a one-process communicator. Thanks
|
- Fix MPI_IREDUCE_SCATTER_BLOCK for a one-process communicator. Thanks
|
||||||
to Lisandro Dalcin for reporting.
|
to Lisandro Dalcín for reporting.
|
||||||
- Add (Open MPI-specific) additional flavors to MPI_COMM_SPLIT_TYPE.
|
- Add (Open MPI-specific) additional flavors to MPI_COMM_SPLIT_TYPE.
|
||||||
See MPI_Comm_split_type(3) for details. Thanks to Nick Andersen for
|
See MPI_Comm_split_type(3) for details. Thanks to Nick Andersen for
|
||||||
supplying this enhancement.
|
supplying this enhancement.
|
||||||
@ -1407,10 +1407,10 @@ Bug fixes / minor enhancements:
|
|||||||
- Create a datafile in the per-proc directory in order to make it
|
- Create a datafile in the per-proc directory in order to make it
|
||||||
unique per communicator. Thanks to Peter Wind for the report
|
unique per communicator. Thanks to Peter Wind for the report
|
||||||
- Fix zero-size malloc in one-sided pt-to-pt code. Thanks to Lisandro
|
- Fix zero-size malloc in one-sided pt-to-pt code. Thanks to Lisandro
|
||||||
Dalcin for the report
|
Dalcín for the report
|
||||||
- Fix MPI_Get_address when passed MPI_BOTTOM to not return an error.
|
- Fix MPI_Get_address when passed MPI_BOTTOM to not return an error.
|
||||||
Thanks to Lisandro Dalcin for the report
|
Thanks to Lisandro Dalcín for the report
|
||||||
- Fix MPI_TYPE_SET_ATTR with NULL value. Thanks to Lisandro Dalcin for
|
- Fix MPI_TYPE_SET_ATTR with NULL value. Thanks to Lisandro Dalcín for
|
||||||
the report
|
the report
|
||||||
- Fix various Fortran08 binding issues
|
- Fix various Fortran08 binding issues
|
||||||
- Fix memchecker no-data case. Thanks to Clinton Stimpson for the report
|
- Fix memchecker no-data case. Thanks to Clinton Stimpson for the report
|
||||||
@ -1607,11 +1607,11 @@ Bug fixes / minor enhancements:
|
|||||||
options.
|
options.
|
||||||
- CUDA: Made the asynchronous copy mode be the default.
|
- CUDA: Made the asynchronous copy mode be the default.
|
||||||
- Fix a malloc(0) warning in MPI_IREDUCE_SCATTER_BLOCK. Thanks to
|
- Fix a malloc(0) warning in MPI_IREDUCE_SCATTER_BLOCK. Thanks to
|
||||||
Lisandro Dalcin for reporting the issue.
|
Lisandro Dalcín for reporting the issue.
|
||||||
- Fix typo in MPI_Scatter(3) man page. Thanks to Akshay Venkatesh for
|
- Fix typo in MPI_Scatter(3) man page. Thanks to Akshay Venkatesh for
|
||||||
noticing the mistake.
|
noticing the mistake.
|
||||||
- Add rudimentary protection from TCP port scanners.
|
- Add rudimentary protection from TCP port scanners.
|
||||||
- Fix typo in Open MPI error handling. Thanks to ┼ke Sandgren for
|
- Fix typo in Open MPI error handling. Thanks to Åke Sandgren for
|
||||||
pointing out the error.
|
pointing out the error.
|
||||||
- Increased the performance of the CM PML (i.e., the Portals, PSM,
|
- Increased the performance of the CM PML (i.e., the Portals, PSM,
|
||||||
PSM2, MXM, and OFI transports).
|
PSM2, MXM, and OFI transports).
|
||||||
@ -1695,7 +1695,7 @@ Bug fixes / minor enhancements:
|
|||||||
source of the problem.
|
source of the problem.
|
||||||
- Fixed MPI_THREAD_MULTIPLE deadlock error in the vader BTL. Thanks
|
- Fixed MPI_THREAD_MULTIPLE deadlock error in the vader BTL. Thanks
|
||||||
to Thomas Klimpel for reporting the issue.
|
to Thomas Klimpel for reporting the issue.
|
||||||
- Fixed several Valgrind warnings. Thanks for Lisandro Dalcin for
|
- Fixed several Valgrind warnings. Thanks for Lisandro Dalcín for
|
||||||
contributing a patch fixing some one-sided code paths.
|
contributing a patch fixing some one-sided code paths.
|
||||||
- Fixed version compatibility test in OOB that broke ABI within the
|
- Fixed version compatibility test in OOB that broke ABI within the
|
||||||
1.8 series. NOTE: this will not resolve the problem between pre-1.8.5
|
1.8 series. NOTE: this will not resolve the problem between pre-1.8.5
|
||||||
@ -1806,7 +1806,7 @@ Bug fixes / minor enhancements:
|
|||||||
reporting the issue.
|
reporting the issue.
|
||||||
- Fixed seg fault in neighborhood collectives when the degree of the
|
- Fixed seg fault in neighborhood collectives when the degree of the
|
||||||
topology is higher than the communicator size. Thanks to Lisandro
|
topology is higher than the communicator size. Thanks to Lisandro
|
||||||
Dalcin for reporting the issue.
|
Dalcín for reporting the issue.
|
||||||
- Fixed segfault in neighborhood collectives under certain use-cases.
|
- Fixed segfault in neighborhood collectives under certain use-cases.
|
||||||
- Fixed various issues regarding Solaris support. Thanks to Siegmar
|
- Fixed various issues regarding Solaris support. Thanks to Siegmar
|
||||||
Gross for patiently identifying all the issues.
|
Gross for patiently identifying all the issues.
|
||||||
@ -1897,7 +1897,7 @@ Bug fixes / minor enhancements:
|
|||||||
- Ensure mpirun aborts properly when unable to map processes in
|
- Ensure mpirun aborts properly when unable to map processes in
|
||||||
scheduled environments.
|
scheduled environments.
|
||||||
- Ensure that MPI RMA error codes show up properly. Thanks to
|
- Ensure that MPI RMA error codes show up properly. Thanks to
|
||||||
Lisandro Dalcin for reporting the issue.
|
Lisandro Dalcín for reporting the issue.
|
||||||
- Minor bug fixes and improvements to the bash and zsh mpirun
|
- Minor bug fixes and improvements to the bash and zsh mpirun
|
||||||
autocompletion scripts.
|
autocompletion scripts.
|
||||||
- Fix sequential mpirun process mapper. Thanks to Bill Chen for
|
- Fix sequential mpirun process mapper. Thanks to Bill Chen for
|
||||||
@ -1935,7 +1935,7 @@ Bug fixes / minor enhancements:
|
|||||||
- Add config support for the Mellanox ConnectX 4 card.
|
- Add config support for the Mellanox ConnectX 4 card.
|
||||||
- Add missing MPI_COMM_GET|SET_INFO functions, and missing
|
- Add missing MPI_COMM_GET|SET_INFO functions, and missing
|
||||||
MPI_WEIGHTS_EMPTY and MPI_ERR_RMA_SHARED constants. Thanks to
|
MPI_WEIGHTS_EMPTY and MPI_ERR_RMA_SHARED constants. Thanks to
|
||||||
Lisandro Dalcin for pointing out the issue.
|
Lisandro Dalcín for pointing out the issue.
|
||||||
- Update some help messages in OSHMEM, the usnic BTL, the TCP BTL, and
|
- Update some help messages in OSHMEM, the usnic BTL, the TCP BTL, and
|
||||||
ORTE, and update documentation about ompi_info's --level option.
|
ORTE, and update documentation about ompi_info's --level option.
|
||||||
- Fix some compiler warnings.
|
- Fix some compiler warnings.
|
||||||
@ -1987,7 +1987,7 @@ Bug fixes / minor enhancements:
|
|||||||
- Add version check during startup to ensure you are using the same
|
- Add version check during startup to ensure you are using the same
|
||||||
version of Open MPI on all nodes in a job.
|
version of Open MPI on all nodes in a job.
|
||||||
- Significantly improved the performance of MPI_DIMS_CREATE for large
|
- Significantly improved the performance of MPI_DIMS_CREATE for large
|
||||||
values. Thanks to Andreas Schфfer for the contribution.
|
values. Thanks to Andreas Schäfer for the contribution.
|
||||||
- Removed ASYNCHRONOUS keyword from the "ignore TKR" mpi_f08 module.
|
- Removed ASYNCHRONOUS keyword from the "ignore TKR" mpi_f08 module.
|
||||||
- Deprecated the following mpirun options:
|
- Deprecated the following mpirun options:
|
||||||
--bynode, --bycore, --byslot: replaced with --map-by node|core|slot.
|
--bynode, --bycore, --byslot: replaced with --map-by node|core|slot.
|
||||||
@ -2185,7 +2185,7 @@ Bug fixes / minor enhancements:
|
|||||||
Thanks to Alexey Ryzhikh for the patch.
|
Thanks to Alexey Ryzhikh for the patch.
|
||||||
- Add bozo check for negative np values to mpirun to prevent a
|
- Add bozo check for negative np values to mpirun to prevent a
|
||||||
deadlock. Thanks to Upinder Malhi for identifying the issue.
|
deadlock. Thanks to Upinder Malhi for identifying the issue.
|
||||||
- Fixed MPI_IS_THREAD_MAIN behavior. Thanks to Lisandro Dalcin for
|
- Fixed MPI_IS_THREAD_MAIN behavior. Thanks to Lisandro Dalcín for
|
||||||
pointing out the problem.
|
pointing out the problem.
|
||||||
- Various rankfile fixes.
|
- Various rankfile fixes.
|
||||||
- Fix functionality over iWARP devices.
|
- Fix functionality over iWARP devices.
|
||||||
@ -2381,7 +2381,7 @@ Bug fixes / minor enhancements:
|
|||||||
the patch.
|
the patch.
|
||||||
- Fixed debugger support for direct-launched jobs.
|
- Fixed debugger support for direct-launched jobs.
|
||||||
- Fix MPI_IS_THREAD_MAIN to return the correct value. Thanks to
|
- Fix MPI_IS_THREAD_MAIN to return the correct value. Thanks to
|
||||||
Lisandro Dalcin for pointing out the issue.
|
Lisandro Dalcín for pointing out the issue.
|
||||||
- Update VT to 5.14.4.4:
|
- Update VT to 5.14.4.4:
|
||||||
- Fix C++-11 issue.
|
- Fix C++-11 issue.
|
||||||
- Fix support for building RPMs on Fedora with CUDA libraries.
|
- Fix support for building RPMs on Fedora with CUDA libraries.
|
||||||
@ -2496,9 +2496,9 @@ Bug fixes / minor enhancements:
|
|||||||
- Improved collective algorithm selection for very large messages.
|
- Improved collective algorithm selection for very large messages.
|
||||||
- Fix PSM MTL affinity settings.
|
- Fix PSM MTL affinity settings.
|
||||||
- Fix issue with MPI_OP_COMMUTATIVE in the mpif.h bindings. Thanks to
|
- Fix issue with MPI_OP_COMMUTATIVE in the mpif.h bindings. Thanks to
|
||||||
Ake Sandgren for providing a patch to fix the issue.
|
Åke Sandgren for providing a patch to fix the issue.
|
||||||
- Fix issue with MPI_SIZEOF when using CHARACTER and LOGICAL types in
|
- Fix issue with MPI_SIZEOF when using CHARACTER and LOGICAL types in
|
||||||
the mpi module. Thanks to Ake Sandgren for providing a patch to fix
|
the mpi module. Thanks to Åke Sandgren for providing a patch to fix
|
||||||
the issue.
|
the issue.
|
||||||
|
|
||||||
|
|
||||||
@ -2569,13 +2569,13 @@ Bug fixes / minor enhancements:
|
|||||||
- Use aligned memory for OpenFabrics registered memory.
|
- Use aligned memory for OpenFabrics registered memory.
|
||||||
- Multiple fixes for parameter checking in MPI_ALLGATHERV,
|
- Multiple fixes for parameter checking in MPI_ALLGATHERV,
|
||||||
MPI_REDUCE_SCATTER, MPI_SCATTERV, and MPI_GATHERV. Thanks to the
|
MPI_REDUCE_SCATTER, MPI_SCATTERV, and MPI_GATHERV. Thanks to the
|
||||||
mpi4py community (Bennet Fauber, Lisandro Dalcin, Jonathan Dursi).
|
mpi4py community (Bennet Fauber, Lisandro Dalcín, Jonathan Dursi).
|
||||||
- Fixed file positioning overflows in MPI_FILE_GET_POSITION,
|
- Fixed file positioning overflows in MPI_FILE_GET_POSITION,
|
||||||
MPI_FILE_GET_POSITION_SHARED, FILE_GET_SIZE, FILE_GET_VIEW.
|
MPI_FILE_GET_POSITION_SHARED, FILE_GET_SIZE, FILE_GET_VIEW.
|
||||||
- Removed the broken --cpu-set mpirun option.
|
- Removed the broken --cpu-set mpirun option.
|
||||||
- Fix cleanup of MPI errorcodes. Thanks to Alexey Bayduraev for the
|
- Fix cleanup of MPI errorcodes. Thanks to Alexey Bayduraev for the
|
||||||
patch.
|
patch.
|
||||||
- Fix default hostfile location. Thanks to GЎtz Waschk for noticing
|
- Fix default hostfile location. Thanks to Götz Waschk for noticing
|
||||||
the issue.
|
the issue.
|
||||||
- Improve several error messages.
|
- Improve several error messages.
|
||||||
|
|
||||||
@ -2687,7 +2687,7 @@ Bug fixes / minor enhancements:
|
|||||||
- Add support for dynamic service levels (SLs) in the openib BTL.
|
- Add support for dynamic service levels (SLs) in the openib BTL.
|
||||||
- Fixed C++ bindings cosmetic/warnings issue with
|
- Fixed C++ bindings cosmetic/warnings issue with
|
||||||
MPI::Comm::NULL_COPY_FN and MPI::Comm::NULL_DELETE_FN. Thanks to
|
MPI::Comm::NULL_COPY_FN and MPI::Comm::NULL_DELETE_FN. Thanks to
|
||||||
J·lio Hoffimann for identifying the issues.
|
Júlio Hoffimann for identifying the issues.
|
||||||
- Also allow the word "slots" in rankfiles (i.e., not just "slot").
|
- Also allow the word "slots" in rankfiles (i.e., not just "slot").
|
||||||
(** also to appear in 1.4.4)
|
(** also to appear in 1.4.4)
|
||||||
- Add Mellanox ConnectX 3 device IDs to the openib BTL defaults.
|
- Add Mellanox ConnectX 3 device IDs to the openib BTL defaults.
|
||||||
@ -3411,7 +3411,7 @@ and v1.4.
|
|||||||
features.
|
features.
|
||||||
- Fix SLURM race condition.
|
- Fix SLURM race condition.
|
||||||
- Fix MPI_File_c2f(MPI_FILE_NULL) to return 0, not -1. Thanks to
|
- Fix MPI_File_c2f(MPI_FILE_NULL) to return 0, not -1. Thanks to
|
||||||
Lisandro Dalcin for the bug report.
|
Lisandro Dalcín for the bug report.
|
||||||
- Fix the DSO build of tm PLM.
|
- Fix the DSO build of tm PLM.
|
||||||
- Various fixes for size disparity between C int's and Fortran
|
- Various fixes for size disparity between C int's and Fortran
|
||||||
INTEGER's. Thanks to Christoph van Wullen for the bug report.
|
INTEGER's. Thanks to Christoph van Wullen for the bug report.
|
||||||
@ -3654,7 +3654,7 @@ and v1.4.
|
|||||||
- Fix for ConnectX devices and OFED 1.3. See ticket #1190.
|
- Fix for ConnectX devices and OFED 1.3. See ticket #1190.
|
||||||
- Fixed a configure problem for Fortran 90 on Cray systems. Ticket #1189.
|
- Fixed a configure problem for Fortran 90 on Cray systems. Ticket #1189.
|
||||||
- Fix an uninitialized variable in the error case in opal_init.c.
|
- Fix an uninitialized variable in the error case in opal_init.c.
|
||||||
Thanks to Ake Sandgren for pointing out the mistake.
|
Thanks to Åke Sandgren for pointing out the mistake.
|
||||||
- Fixed a hang in configure if $USER was not defined. Thanks to
|
- Fixed a hang in configure if $USER was not defined. Thanks to
|
||||||
Darrell Kresge for noticing the problem. See ticket #900.
|
Darrell Kresge for noticing the problem. See ticket #900.
|
||||||
- Added support for parallel debuggers even when we have an optimized build.
|
- Added support for parallel debuggers even when we have an optimized build.
|
||||||
@ -3663,7 +3663,7 @@ and v1.4.
|
|||||||
compiling Open MPI with -g. See ticket #1179.
|
compiling Open MPI with -g. See ticket #1179.
|
||||||
- Removed some warnings about 'rm' from Mac OS X 10.5 (Leopard) builds.
|
- Removed some warnings about 'rm' from Mac OS X 10.5 (Leopard) builds.
|
||||||
- Fix the handling of mx_finalize(). See ticket #1177.
|
- Fix the handling of mx_finalize(). See ticket #1177.
|
||||||
Thanks to Ake Sandgren for bringing this issue to our attention.
|
Thanks to Åke Sandgren for bringing this issue to our attention.
|
||||||
- Fixed minor file descriptor leak in the Altix timer code. Thanks to
|
- Fixed minor file descriptor leak in the Altix timer code. Thanks to
|
||||||
Paul Hargrove for noticing the problem and supplying the fix.
|
Paul Hargrove for noticing the problem and supplying the fix.
|
||||||
- Fix a problem when using a different compiler for C and Objective C.
|
- Fix a problem when using a different compiler for C and Objective C.
|
||||||
@ -3674,7 +3674,7 @@ and v1.4.
|
|||||||
- A few manpage fixes from the Debian Open MPI maintainers. Thanks to
|
- A few manpage fixes from the Debian Open MPI maintainers. Thanks to
|
||||||
Tilman Koschnick, Sylvestre Ledru, and Dirk Eddelbuettel.
|
Tilman Koschnick, Sylvestre Ledru, and Dirk Eddelbuettel.
|
||||||
- Fixed issue with pthread detection when compilers are not all
|
- Fixed issue with pthread detection when compilers are not all
|
||||||
from the same vendor. Thanks to Ake Sandgren for the bug
|
from the same vendor. Thanks to Åke Sandgren for the bug
|
||||||
report. See ticket #1150.
|
report. See ticket #1150.
|
||||||
- Fixed vector collectives in the self module. See ticket #1166.
|
- Fixed vector collectives in the self module. See ticket #1166.
|
||||||
- Fixed some data-type engine bugs: an indexing bug, and an alignment bug.
|
- Fixed some data-type engine bugs: an indexing bug, and an alignment bug.
|
||||||
@ -3702,12 +3702,12 @@ and v1.4.
|
|||||||
- Prevent users of 32-bit MPI apps from requesting >= 2GB of shared
|
- Prevent users of 32-bit MPI apps from requesting >= 2GB of shared
|
||||||
memory.
|
memory.
|
||||||
- Added a Portals MTL.
|
- Added a Portals MTL.
|
||||||
- Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcin for
|
- Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcín for
|
||||||
pointing out the problem.
|
pointing out the problem.
|
||||||
- Fixed a segfault crash on large SMPs when doing collectives.
|
- Fixed a segfault crash on large SMPs when doing collectives.
|
||||||
- A variety of fixes for Cray XT3/4 class of machines.
|
- A variety of fixes for Cray XT3/4 class of machines.
|
||||||
- Fixed which error handler is used when MPI_COMM_SELF is passed
|
- Fixed which error handler is used when MPI_COMM_SELF is passed
|
||||||
to MPI_COMM_FREE. Thanks to Lisandro Dalcini for the bug report.
|
to MPI_COMM_FREE. Thanks to Lisandro Dalcín for the bug report.
|
||||||
- Fixed compilation on platforms that don't have hton/ntoh.
|
- Fixed compilation on platforms that don't have hton/ntoh.
|
||||||
- Fixed a logic problem in the fortran binding for MPI_TYPE_MATCH_SIZE.
|
- Fixed a logic problem in the fortran binding for MPI_TYPE_MATCH_SIZE.
|
||||||
Thanks to Jeff Dusenberry for pointing out the problem and supplying
|
Thanks to Jeff Dusenberry for pointing out the problem and supplying
|
||||||
@ -3954,7 +3954,7 @@ and v1.4.
|
|||||||
in the MPI F77 bindings functions. Thanks to Pierre-Matthieu
|
in the MPI F77 bindings functions. Thanks to Pierre-Matthieu
|
||||||
Anglade for bringing this problem to our attention.
|
Anglade for bringing this problem to our attention.
|
||||||
- Fix for a memory leak in the derived datatype function
|
- Fix for a memory leak in the derived datatype function
|
||||||
ompi_ddt_duplicate(). Thanks to Andreas Schafer for reporting,
|
ompi_ddt_duplicate(). Thanks to Andreas Schäfer for reporting,
|
||||||
diagnosing, and patching the leak.
|
diagnosing, and patching the leak.
|
||||||
- Used better performing basic algorithm for MPI_ALLGATHERV.
|
- Used better performing basic algorithm for MPI_ALLGATHERV.
|
||||||
- Added a workaround for a bug in the Intel 9.1 C++ compiler (all
|
- Added a workaround for a bug in the Intel 9.1 C++ compiler (all
|
||||||
@ -3964,9 +3964,9 @@ and v1.4.
|
|||||||
- Fix MPI_SIZEOF implementation in the F90 bindings for COMPLEX
|
- Fix MPI_SIZEOF implementation in the F90 bindings for COMPLEX
|
||||||
variable types.
|
variable types.
|
||||||
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
|
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
|
||||||
Lisandro Dalcin for reporting the problem.
|
Lisandro Dalcín for reporting the problem.
|
||||||
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
|
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
|
||||||
Thanks to Lisandro Dalcin for finding the issue.
|
Thanks to Lisandro Dalcín for finding the issue.
|
||||||
- Various fixes for MPI generalized request handling; addition of
|
- Various fixes for MPI generalized request handling; addition of
|
||||||
missing MPI::Grequest functionality to the C++ bindings.
|
missing MPI::Grequest functionality to the C++ bindings.
|
||||||
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
|
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
|
||||||
@ -3977,7 +3977,7 @@ and v1.4.
|
|||||||
to Ralf Wildenhues for suggesting the fix.
|
to Ralf Wildenhues for suggesting the fix.
|
||||||
- Fix several MPI_*ERRHANDLER* functions and MPI_GROUP_TRANSLATE_RANKS
|
- Fix several MPI_*ERRHANDLER* functions and MPI_GROUP_TRANSLATE_RANKS
|
||||||
with respect to what arguments they allowed and the behavior that
|
with respect to what arguments they allowed and the behavior that
|
||||||
they effected. Thanks to Lisandro Dalcin for reporting the
|
they effected. Thanks to Lisandro Dalcín for reporting the
|
||||||
problems.
|
problems.
|
||||||
|
|
||||||
|
|
||||||
@ -3986,7 +3986,7 @@ and v1.4.
|
|||||||
|
|
||||||
- Really fix Fortran status handling in MPI_WAITSOME and MPI_TESTSOME.
|
- Really fix Fortran status handling in MPI_WAITSOME and MPI_TESTSOME.
|
||||||
- Various datatype fixes, reported by several users as causing
|
- Various datatype fixes, reported by several users as causing
|
||||||
failures in the BLACS testing suite. Thanks to Harald Forbert, Ake
|
failures in the BLACS testing suite. Thanks to Harald Forbert, Åke
|
||||||
Sandgren and, Michael Kluskens for reporting the problem.
|
Sandgren and, Michael Kluskens for reporting the problem.
|
||||||
- Correctness and performance fixes for heterogeneous environments.
|
- Correctness and performance fixes for heterogeneous environments.
|
||||||
- Fixed a error in command line parsing on some platforms (causing
|
- Fixed a error in command line parsing on some platforms (causing
|
||||||
@ -4000,7 +4000,7 @@ and v1.4.
|
|||||||
- Fix various error checking in MPI_INFO_GET_NTHKEY and
|
- Fix various error checking in MPI_INFO_GET_NTHKEY and
|
||||||
MPI_GROUP_TRANSLATE_RANKS, and some collective operations
|
MPI_GROUP_TRANSLATE_RANKS, and some collective operations
|
||||||
(particularly with regards to MPI_IN_PLACE). Thanks to Lisandro
|
(particularly with regards to MPI_IN_PLACE). Thanks to Lisandro
|
||||||
Dalcin for reporting the problems.
|
Dalcín for reporting the problems.
|
||||||
- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM.
|
- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM.
|
||||||
- Fix a number of race conditions with the MPI-2 Onesided
|
- Fix a number of race conditions with the MPI-2 Onesided
|
||||||
interface.
|
interface.
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user