Skip to content

Commit 4135cdf

Browse files
author
Ralph Castain
committed
Add the 1.10.3 NEWS items
1 parent 2432daf commit 4135cdf

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

NEWS

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,55 @@ Master (not on release branches yet)
173173
Thanks to Alexander Pozdneev for reporting.
174174

175175

176+
1.10.3
177+
------
178+
179+
- Minor manpage cleanups
180+
- Implement atomic support in OSHMEM/UCX
181+
- Fix support of MPI_COMBINER_RESIZED. Thanks to James Ramsey
182+
for the report
183+
- Fix computation of #cpus when --use-hwthread-cpus is used
184+
- Add entry points for Allgatherv, iAllgatherv, Reduce, and iReduce
185+
for the HCOLL library
186+
- Fix an HCOLL integration bug that could signal completion of request
187+
while still being worked
188+
- Fix computation of cores when SMT is enabled. Thanks to Ben Menadue
189+
for the report
190+
- Various USNIC fixes
191+
- Create a datafile in the per-proc directory in order to make it
192+
unique per communicator. Thanks to Peter Wind for the report
193+
- Fix zero-size malloc in one-sided pt-to-pt code. Thanks to Lisandro
194+
Dalcin for the report
195+
- Fix MPI_Get_address when passed MPI_BOTTOM to not return an error.
196+
Thanks to Lisandro Dalcin for the report
197+
- Fix MPI_TYPE_SET_ATTR with NULL value. Thanks to Lisandro Dalcin for
198+
the report
199+
- Fix various Fortran08 binding issues
200+
- Fix memchecker no-data case. Thanks to Clinton Stimpson for the report
201+
- Fix CUDA support under OS-X
202+
- Fix various OFI/MTL integration issues
203+
- Add MPI_T man pages
204+
- Fix one-sided pt-to-pt issue by preventing communication from happening
205+
before a target enters a fence, even in the no-precede case
206+
- Fix a bug that disabled Totalview for MPMD use-case
207+
- Correctly support MPI_UNWEIGHTED in topo-graph-neighbors. Thanks to
208+
Jun Kudo for the report
209+
- Fix singleton operations under SLURM when PMI2 is enabled
210+
- Do not use MPI_IN_PLACE in neighborhood collectives for non-blocking
211+
collectives (libnbc). Thanks to Jun Kudo for the report
212+
- Silence autogen deprecation warnings for newer versions of Perl
213+
- Do not return MPI_ERR_PENDING from collectives
214+
- Use type int* for MPI_WIN_DISP_UNIT, MPI_WIN_CREATE_FLAVOR, and MPI_WIN_MODEL.
215+
Thanks to Alastair McKinstry for the report
216+
- Fix register_datarep stub function in IO/OMPIO. Thanks to Eric
217+
Chamberland for the report
218+
- Fix a bus error on MPI_WIN_[POST,START] in the shared memory one-sided component
219+
- Add several missing MPI_WIN_FLAVOR constants to the Fortran support
220+
- Enable connecting processes from different subnets using the openib BTL
221+
- Fix bug in basic/barrier algorithm in OSHMEM
222+
- Correct process binding for the --map-by node case
223+
224+
176225
1.10.2
177226
------
178227

0 commit comments

Comments
 (0)