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