Skip to content

Commit 2e23893

Browse files
committed
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>
1 parent 68282a1 commit 2e23893

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

NEWS

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Bug fixes/minor improvements:
677677
a file from independent jobs. Thanks to Nicolas Joly for reporting
678678
this issue.
679679
- Optimize zero size MPI_IALLTOALL{V,W} with MPI_IN_PLACE. Thanks to
680-
Lisandro Dalcin for the report.
680+
Lisandro Dalcín for the report.
681681
- Fix a ROMIO buffer overflow problem for large transfers when using NFS
682682
filesystems.
683683
- Fix type of MPI_ARGV[S]_NULL which prevented it from being used
@@ -823,7 +823,7 @@ Bug fixes/minor improvements:
823823
for reporting.
824824
- Fix crash in MPI_COMM_SPAWN.
825825
- Fix types for MPI_UNWEIGHTED and MPI_WEIGHTS_EMPTY. Thanks to
826-
Lisandro Dalcin for reporting.
826+
Lisandro Dalcín for reporting.
827827
- Correctly report the name of MPI_INTEGER16.
828828
- Add some missing MPI constants to the Fortran bindings.
829829
- Fixed compile error when configuring Open MPI with --enable-timing.
@@ -839,7 +839,7 @@ Bug fixes/minor improvements:
839839
- Fix problem with use use of non-zero lower bound datatypes in
840840
collectives. Thanks to Hristo Iliev for reporting.
841841
- Fix a problem with memory allocation within MPI_GROUP_INTERSECTION.
842-
Thanks to Lisandro Dalcin for reporting.
842+
Thanks to Lisandro Dalcín for reporting.
843843
- Fix an issue with MPI_ALLGATHER for communicators that don't consist
844844
of two ranks. Thanks to David Love for reporting.
845845
- Various fixes for collectives when used with esoteric MPI datatypes.
@@ -1008,9 +1008,9 @@ Bug fixes / minor enhancements:
10081008
- Fix a problem with use of a 64 bit atomic counter. Thanks to
10091009
Paul Hargrove for reporting.
10101010
- Fix a problem with singleton job launching. Thanks to Lisandro
1011-
Dalcin for reporting.
1011+
Dalcín for reporting.
10121012
- Fix a problem with use of MPI_UNDEFINED with MPI_COMM_SPLIT_TYPE.
1013-
Thanks to Lisandro Dalcin for reporting.
1013+
Thanks to Lisandro Dalcín for reporting.
10141014
- Silence a compiler warning in PSM MTL. Thanks to Adrian Reber for
10151015
reporting this.
10161016
- Properly detect Intel TrueScale and OmniPath devices in the ACTIVE
@@ -1026,7 +1026,7 @@ Bug fixes / minor enhancements:
10261026
- Implement a workaround for a GNU Libtool problem. Thanks to Eric
10271027
Schnetter for reporting and fixing.
10281028
- Improve hcoll library detection in configure. Thanks to David
1029-
Shrader and Ake Sandgren for reporting this.
1029+
Shrader and Åke Sandgren for reporting this.
10301030
- Miscellaneous minor bug fixes in the hcoll component.
10311031
- Miscellaneous minor bug fixes in the ugni component.
10321032
- Fix problems with XRC detection in OFED 3.12 and older releases.
@@ -1055,9 +1055,9 @@ Bug fixes / minor enhancements:
10551055
- Fix a problem with MPI-RMA PSCW epochs. Thanks to Berk Hess for
10561056
reporting this.
10571057
- Fix a problem in neighborhood collectives. Thanks to Lisandro
1058-
Dalcin for reporting.
1058+
Dalcín for reporting.
10591059
- Fix MPI_IREDUCE_SCATTER_BLOCK for a one-process communicator. Thanks
1060-
to Lisandro Dalcin for reporting.
1060+
to Lisandro Dalcín for reporting.
10611061
- Add (Open MPI-specific) additional flavors to MPI_COMM_SPLIT_TYPE.
10621062
See MPI_Comm_split_type(3) for details. Thanks to Nick Andersen for
10631063
supplying this enhancement.
@@ -1216,10 +1216,10 @@ Bug fixes / minor enhancements:
12161216
- Create a datafile in the per-proc directory in order to make it
12171217
unique per communicator. Thanks to Peter Wind for the report
12181218
- Fix zero-size malloc in one-sided pt-to-pt code. Thanks to Lisandro
1219-
Dalcin for the report
1219+
Dalcín for the report
12201220
- Fix MPI_Get_address when passed MPI_BOTTOM to not return an error.
1221-
Thanks to Lisandro Dalcin for the report
1222-
- Fix MPI_TYPE_SET_ATTR with NULL value. Thanks to Lisandro Dalcin for
1221+
Thanks to Lisandro Dalcín for the report
1222+
- Fix MPI_TYPE_SET_ATTR with NULL value. Thanks to Lisandro Dalcín for
12231223
the report
12241224
- Fix various Fortran08 binding issues
12251225
- Fix memchecker no-data case. Thanks to Clinton Stimpson for the report
@@ -1416,11 +1416,11 @@ Bug fixes / minor enhancements:
14161416
options.
14171417
- CUDA: Made the asynchronous copy mode be the default.
14181418
- Fix a malloc(0) warning in MPI_IREDUCE_SCATTER_BLOCK. Thanks to
1419-
Lisandro Dalcin for reporting the issue.
1419+
Lisandro Dalcín for reporting the issue.
14201420
- Fix typo in MPI_Scatter(3) man page. Thanks to Akshay Venkatesh for
14211421
noticing the mistake.
14221422
- Add rudimentary protection from TCP port scanners.
1423-
- Fix typo in Open MPI error handling. Thanks to �ke Sandgren for
1423+
- Fix typo in Open MPI error handling. Thanks to Åke Sandgren for
14241424
pointing out the error.
14251425
- Increased the performance of the CM PML (i.e., the Portals, PSM,
14261426
PSM2, MXM, and OFI transports).
@@ -1504,7 +1504,7 @@ Bug fixes / minor enhancements:
15041504
source of the problem.
15051505
- Fixed MPI_THREAD_MULTIPLE deadlock error in the vader BTL. Thanks
15061506
to Thomas Klimpel for reporting the issue.
1507-
- Fixed several Valgrind warnings. Thanks for Lisandro Dalcin for
1507+
- Fixed several Valgrind warnings. Thanks for Lisandro Dalcín for
15081508
contributing a patch fixing some one-sided code paths.
15091509
- Fixed version compatibility test in OOB that broke ABI within the
15101510
1.8 series. NOTE: this will not resolve the problem between pre-1.8.5
@@ -1615,7 +1615,7 @@ Bug fixes / minor enhancements:
16151615
reporting the issue.
16161616
- Fixed seg fault in neighborhood collectives when the degree of the
16171617
topology is higher than the communicator size. Thanks to Lisandro
1618-
Dalcin for reporting the issue.
1618+
Dalcín for reporting the issue.
16191619
- Fixed segfault in neighborhood collectives under certain use-cases.
16201620
- Fixed various issues regarding Solaris support. Thanks to Siegmar
16211621
Gross for patiently identifying all the issues.
@@ -1706,7 +1706,7 @@ Bug fixes / minor enhancements:
17061706
- Ensure mpirun aborts properly when unable to map processes in
17071707
scheduled environments.
17081708
- Ensure that MPI RMA error codes show up properly. Thanks to
1709-
Lisandro Dalcin for reporting the issue.
1709+
Lisandro Dalcín for reporting the issue.
17101710
- Minor bug fixes and improvements to the bash and zsh mpirun
17111711
autocompletion scripts.
17121712
- Fix sequential mpirun process mapper. Thanks to Bill Chen for
@@ -1744,7 +1744,7 @@ Bug fixes / minor enhancements:
17441744
- Add config support for the Mellanox ConnectX 4 card.
17451745
- Add missing MPI_COMM_GET|SET_INFO functions, and missing
17461746
MPI_WEIGHTS_EMPTY and MPI_ERR_RMA_SHARED constants. Thanks to
1747-
Lisandro Dalcin for pointing out the issue.
1747+
Lisandro Dalcín for pointing out the issue.
17481748
- Update some help messages in OSHMEM, the usnic BTL, the TCP BTL, and
17491749
ORTE, and update documentation about ompi_info's --level option.
17501750
- Fix some compiler warnings.
@@ -1796,7 +1796,7 @@ Bug fixes / minor enhancements:
17961796
- Add version check during startup to ensure you are using the same
17971797
version of Open MPI on all nodes in a job.
17981798
- Significantly improved the performance of MPI_DIMS_CREATE for large
1799-
values. Thanks to Andreas Sch�fer for the contribution.
1799+
values. Thanks to Andreas Schäfer for the contribution.
18001800
- Removed ASYNCHRONOUS keyword from the "ignore TKR" mpi_f08 module.
18011801
- Deprecated the following mpirun options:
18021802
--bynode, --bycore, --byslot: replaced with --map-by node|core|slot.
@@ -1994,7 +1994,7 @@ Bug fixes / minor enhancements:
19941994
Thanks to Alexey Ryzhikh for the patch.
19951995
- Add bozo check for negative np values to mpirun to prevent a
19961996
deadlock. Thanks to Upinder Malhi for identifying the issue.
1997-
- Fixed MPI_IS_THREAD_MAIN behavior. Thanks to Lisandro Dalcin for
1997+
- Fixed MPI_IS_THREAD_MAIN behavior. Thanks to Lisandro Dalcín for
19981998
pointing out the problem.
19991999
- Various rankfile fixes.
20002000
- Fix functionality over iWARP devices.
@@ -2190,7 +2190,7 @@ Bug fixes / minor enhancements:
21902190
the patch.
21912191
- Fixed debugger support for direct-launched jobs.
21922192
- Fix MPI_IS_THREAD_MAIN to return the correct value. Thanks to
2193-
Lisandro Dalcin for pointing out the issue.
2193+
Lisandro Dalcín for pointing out the issue.
21942194
- Update VT to 5.14.4.4:
21952195
- Fix C++-11 issue.
21962196
- Fix support for building RPMs on Fedora with CUDA libraries.
@@ -2305,9 +2305,9 @@ Bug fixes / minor enhancements:
23052305
- Improved collective algorithm selection for very large messages.
23062306
- Fix PSM MTL affinity settings.
23072307
- Fix issue with MPI_OP_COMMUTATIVE in the mpif.h bindings. Thanks to
2308-
Ake Sandgren for providing a patch to fix the issue.
2308+
Åke Sandgren for providing a patch to fix the issue.
23092309
- Fix issue with MPI_SIZEOF when using CHARACTER and LOGICAL types in
2310-
the mpi module. Thanks to Ake Sandgren for providing a patch to fix
2310+
the mpi module. Thanks to Åke Sandgren for providing a patch to fix
23112311
the issue.
23122312

23132313

@@ -2378,13 +2378,13 @@ Bug fixes / minor enhancements:
23782378
- Use aligned memory for OpenFabrics registered memory.
23792379
- Multiple fixes for parameter checking in MPI_ALLGATHERV,
23802380
MPI_REDUCE_SCATTER, MPI_SCATTERV, and MPI_GATHERV. Thanks to the
2381-
mpi4py community (Bennet Fauber, Lisandro Dalcin, Jonathan Dursi).
2381+
mpi4py community (Bennet Fauber, Lisandro Dalcín, Jonathan Dursi).
23822382
- Fixed file positioning overflows in MPI_FILE_GET_POSITION,
23832383
MPI_FILE_GET_POSITION_SHARED, FILE_GET_SIZE, FILE_GET_VIEW.
23842384
- Removed the broken --cpu-set mpirun option.
23852385
- Fix cleanup of MPI errorcodes. Thanks to Alexey Bayduraev for the
23862386
patch.
2387-
- Fix default hostfile location. Thanks to G�tz Waschk for noticing
2387+
- Fix default hostfile location. Thanks to Götz Waschk for noticing
23882388
the issue.
23892389
- Improve several error messages.
23902390

@@ -2496,7 +2496,7 @@ Bug fixes / minor enhancements:
24962496
- Add support for dynamic service levels (SLs) in the openib BTL.
24972497
- Fixed C++ bindings cosmetic/warnings issue with
24982498
MPI::Comm::NULL_COPY_FN and MPI::Comm::NULL_DELETE_FN. Thanks to
2499-
J�lio Hoffimann for identifying the issues.
2499+
Júlio Hoffimann for identifying the issues.
25002500
- Also allow the word "slots" in rankfiles (i.e., not just "slot").
25012501
(** also to appear in 1.4.4)
25022502
- Add Mellanox ConnectX 3 device IDs to the openib BTL defaults.
@@ -3220,7 +3220,7 @@ and v1.4.
32203220
features.
32213221
- Fix SLURM race condition.
32223222
- Fix MPI_File_c2f(MPI_FILE_NULL) to return 0, not -1. Thanks to
3223-
Lisandro Dalcin for the bug report.
3223+
Lisandro Dalcín for the bug report.
32243224
- Fix the DSO build of tm PLM.
32253225
- Various fixes for size disparity between C int's and Fortran
32263226
INTEGER's. Thanks to Christoph van Wullen for the bug report.
@@ -3463,7 +3463,7 @@ and v1.4.
34633463
- Fix for ConnectX devices and OFED 1.3. See ticket #1190.
34643464
- Fixed a configure problem for Fortran 90 on Cray systems. Ticket #1189.
34653465
- Fix an uninitialized variable in the error case in opal_init.c.
3466-
Thanks to Ake Sandgren for pointing out the mistake.
3466+
Thanks to Åke Sandgren for pointing out the mistake.
34673467
- Fixed a hang in configure if $USER was not defined. Thanks to
34683468
Darrell Kresge for noticing the problem. See ticket #900.
34693469
- Added support for parallel debuggers even when we have an optimized build.
@@ -3472,7 +3472,7 @@ and v1.4.
34723472
compiling Open MPI with -g. See ticket #1179.
34733473
- Removed some warnings about 'rm' from Mac OS X 10.5 (Leopard) builds.
34743474
- Fix the handling of mx_finalize(). See ticket #1177.
3475-
Thanks to Ake Sandgren for bringing this issue to our attention.
3475+
Thanks to Åke Sandgren for bringing this issue to our attention.
34763476
- Fixed minor file descriptor leak in the Altix timer code. Thanks to
34773477
Paul Hargrove for noticing the problem and supplying the fix.
34783478
- Fix a problem when using a different compiler for C and Objective C.
@@ -3483,7 +3483,7 @@ and v1.4.
34833483
- A few manpage fixes from the Debian Open MPI maintainers. Thanks to
34843484
Tilman Koschnick, Sylvestre Ledru, and Dirk Eddelbuettel.
34853485
- Fixed issue with pthread detection when compilers are not all
3486-
from the same vendor. Thanks to Ake Sandgren for the bug
3486+
from the same vendor. Thanks to Åke Sandgren for the bug
34873487
report. See ticket #1150.
34883488
- Fixed vector collectives in the self module. See ticket #1166.
34893489
- Fixed some data-type engine bugs: an indexing bug, and an alignment bug.
@@ -3511,12 +3511,12 @@ and v1.4.
35113511
- Prevent users of 32-bit MPI apps from requesting >= 2GB of shared
35123512
memory.
35133513
- Added a Portals MTL.
3514-
- Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcin for
3514+
- Fix 0 sized MPI_ALLOC_MEM requests. Thanks to Lisandro Dalcín for
35153515
pointing out the problem.
35163516
- Fixed a segfault crash on large SMPs when doing collectives.
35173517
- A variety of fixes for Cray XT3/4 class of machines.
35183518
- Fixed which error handler is used when MPI_COMM_SELF is passed
3519-
to MPI_COMM_FREE. Thanks to Lisandro Dalcini for the bug report.
3519+
to MPI_COMM_FREE. Thanks to Lisandro Dalcín for the bug report.
35203520
- Fixed compilation on platforms that don't have hton/ntoh.
35213521
- Fixed a logic problem in the fortran binding for MPI_TYPE_MATCH_SIZE.
35223522
Thanks to Jeff Dusenberry for pointing out the problem and supplying
@@ -3763,7 +3763,7 @@ and v1.4.
37633763
in the MPI F77 bindings functions. Thanks to Pierre-Matthieu
37643764
Anglade for bringing this problem to our attention.
37653765
- Fix for a memory leak in the derived datatype function
3766-
ompi_ddt_duplicate(). Thanks to Andreas Schafer for reporting,
3766+
ompi_ddt_duplicate(). Thanks to Andreas Schäfer for reporting,
37673767
diagnosing, and patching the leak.
37683768
- Used better performing basic algorithm for MPI_ALLGATHERV.
37693769
- Added a workaround for a bug in the Intel 9.1 C++ compiler (all
@@ -3773,9 +3773,9 @@ and v1.4.
37733773
- Fix MPI_SIZEOF implementation in the F90 bindings for COMPLEX
37743774
variable types.
37753775
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
3776-
Lisandro Dalcin for reporting the problem.
3776+
Lisandro Dalcín for reporting the problem.
37773777
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
3778-
Thanks to Lisandro Dalcin for finding the issue.
3778+
Thanks to Lisandro Dalcín for finding the issue.
37793779
- Various fixes for MPI generalized request handling; addition of
37803780
missing MPI::Grequest functionality to the C++ bindings.
37813781
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
@@ -3786,7 +3786,7 @@ and v1.4.
37863786
to Ralf Wildenhues for suggesting the fix.
37873787
- Fix several MPI_*ERRHANDLER* functions and MPI_GROUP_TRANSLATE_RANKS
37883788
with respect to what arguments they allowed and the behavior that
3789-
they effected. Thanks to Lisandro Dalcin for reporting the
3789+
they effected. Thanks to Lisandro Dalcín for reporting the
37903790
problems.
37913791

37923792

@@ -3795,7 +3795,7 @@ and v1.4.
37953795

37963796
- Really fix Fortran status handling in MPI_WAITSOME and MPI_TESTSOME.
37973797
- Various datatype fixes, reported by several users as causing
3798-
failures in the BLACS testing suite. Thanks to Harald Forbert, Ake
3798+
failures in the BLACS testing suite. Thanks to Harald Forbert, Åke
37993799
Sandgren and, Michael Kluskens for reporting the problem.
38003800
- Correctness and performance fixes for heterogeneous environments.
38013801
- Fixed a error in command line parsing on some platforms (causing
@@ -3809,7 +3809,7 @@ and v1.4.
38093809
- Fix various error checking in MPI_INFO_GET_NTHKEY and
38103810
MPI_GROUP_TRANSLATE_RANKS, and some collective operations
38113811
(particularly with regards to MPI_IN_PLACE). Thanks to Lisandro
3812-
Dalcin for reporting the problems.
3812+
Dalcín for reporting the problems.
38133813
- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM.
38143814
- Fix a number of race conditions with the MPI-2 Onesided
38153815
interface.

0 commit comments

Comments
 (0)