Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
NEWS: Add note about ELEMENTAL
Also fix a typo.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Mar 15, 2022
commit a971c567f6705bb5b3edc5fba8c5aaeaca43194b
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ included in the vX.Y.Z section and be denoted as:
4.1.3 -- March, 2022
--------------------

- Minor datatype performance improvements in the CUDA-based code paths.q
- Added support for ELEMENTAL to the MPI handle comparison functions
in the mpi_f08 module. Thanks to Salvatore Filippone for raising
the issue.
- Minor datatype performance improvements in the CUDA-based code paths.
- Fix MPI_ALLTOALLV when used with MPI_IN_PLACE.
- Fix MPI_BOTTOM handling for non-blocking collectives. Thanks to
Lisandro Dalcin for reporting the problem.
Expand Down