Skip to content

Commit 1d1b2e7

Browse files
authored
Merge pull request #2392 from jsquyres/pr/README-for-fortran-abi-changes
v2.x: NEWS for fortran ABI changes
2 parents 7fbd1af + cc7e72b commit 1d1b2e7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ included in the vX.Y.Z section and be denoted as:
5353
(** also appeared: A.B.C) -- indicating that this item was previously
5454
included in release version vA.B.C.
5555

56+
2.0.2 -- TBD
57+
-----------------------
58+
59+
- The following backwards-incompatible changes to the Fortran API were
60+
made. They were made because Open MPI's Fortran bindings for these
61+
were incorrect; any MPI applications using them were therefore also
62+
erroneous, and not subject to backwards compatibility constraints.
63+
- All Fortran bindings:
64+
- The type of MPI_DISPLACEMENT_CURRENT was changed from INTEGER to
65+
INTEGER(KIND=MPI_OFFSET_KIND)
66+
- Fortran "use mpi" module:
67+
- MPI_File_wr_at_all_begin -> MPI_File_write_at_all_begin
68+
- MPI_File_read_ord_begin -> MPI_File_read_ordered_begin
69+
70+
5671
2.0.1 -- 2 September 2016
5772
-----------------------
5873

0 commit comments

Comments
 (0)