Skip to content

Commit 462fb91

Browse files
authored
Merge pull request #13580 from hppritcha/docs_and_f08_big_count
docs: add note about F08 big count and FCFLAGS
2 parents 448fa67 + a88da05 commit 462fb91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/installing-open-mpi/compilers-and-flags.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ compatible, meaning that object files created by one compiler must be
130130
able to be linked with object files from the other compilers and
131131
produce correctly functioning executables.
132132

133+
.. note:: Starting with Open MPI 6.0.0, the MPI 4.0 large count
134+
C and Fortran ``mpi_f08`` interfaces are supported. A consequence
135+
of this is that users may specify Fortran compiler
136+
options that conflict with the support for F08 interfaces that have
137+
both default ``INTEGER`` and ``INTEGER(KIND=MPI_COUNT_KIND)``
138+
procedures. The Open MPI ``configure`` script will detect this condition
139+
and fail with an appropriate error message.
140+
133141
Statically linking to the libraries of Intel compiler suite
134142
-----------------------------------------------------------
135143

0 commit comments

Comments
 (0)