Skip to content

Commit 2726df8

Browse files
authored
Merge pull request #3866 from jjhursey/doc/ppc-xl-pgi-note
README: Note about ld issue for XL and PGI on PPC
2 parents 0ce8590 + 1c6a253 commit 2726df8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,16 @@ Compiler Notes
185185
for more details:
186186
https://github.com/open-mpi/ompi/issues/3612
187187

188+
- Compiling Fortran programs using the mpi_f08 module on PowerPC with
189+
the PGI (tested 17.5) or XL (tested v15.1.5) Fortran compilers and GNU
190+
linker after 2.25.1 and before 2.28 will likely experience runtime failures.
191+
This was noticed on Ubuntu 16.04 which uses the 2.26.1 version of ld by
192+
default. However, this issue impacts any OS running the impacted
193+
version of ld. This GNU linker regression will be fixed in version 2.28.
194+
Below is a link to the GNU bug on this issue:
195+
https://sourceware.org/bugzilla/show_bug.cgi?id=21306
196+
The XL compiler will have a fix for this issue in their next release.
197+
188198
- On NetBSD-6 (at least AMD64 and i386), and possibly on OpenBSD,
189199
libtool misidentifies properties of f95/g95, leading to obscure
190200
compile-time failures if used to build Open MPI. You can work

0 commit comments

Comments
 (0)