File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -196,15 +196,17 @@ Compiler Notes
196196 for more details:
197197 https://github.com/open-mpi/ompi/issues/3612
198198
199- - Compiling Fortran programs using the mpi_f08 module on PowerPC with
200- the PGI (tested 17.5) or XL (tested v15.1.5) Fortran compilers and GNU
201- linker after 2.25.1 and before 2.28 will likely experience runtime failures.
199+ - MPI applications that use the mpi_f08 module on PowerPC platforms
200+ (tested ppc64le) will likely experience runtime failures if:
201+ - they are using a GNU linker (ld) version after v2.25.1 and before v2.28,
202+ -and-
203+ - they compiled with PGI (tested 17.5) or XL (tested v15.1.5) compilers.
202204 This was noticed on Ubuntu 16.04 which uses the 2.26.1 version of ld by
203- default. However, this issue impacts any OS running the impacted
204- version of ld . This GNU linker regression will be fixed in version 2.28.
205+ default. However, this issue impacts any OS using a version of ld noted
206+ above . This GNU linker regression will be fixed in version 2.28.
205207 Below is a link to the GNU bug on this issue:
206208 https://sourceware.org/bugzilla/show_bug.cgi?id=21306
207- The XL compiler will have a fix for this issue in their next release.
209+ The XL compiler will include a fix for this issue in a future release.
208210
209211- On NetBSD-6 (at least AMD64 and i386), and possibly on OpenBSD,
210212 libtool misidentifies properties of f95/g95, leading to obscure
You can’t perform that action at this time.
0 commit comments