File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,22 @@ base as of this writing (April 2020):
350
350
version of the Intel 12.1 Linux compiler suite, the problem will go
351
351
away.
352
352
353
+ * [ Users have reported] ( https://github.com/open-mpi/ompi/issues/7615 )
354
+ that the Intel Fortran compiler will fail to link Fortran-based MPI
355
+ applications on macOS with linker errors similar to this:
356
+ ```
357
+ Undefined symbols for architecture x86_64:
358
+ "_ompi_buffer_detach_f08", referenced from:
359
+ import-atom in libmpi_usempif08.dylib
360
+ ld: symbol(s) not found for architecture x86_64
361
+ ```
362
+ It appears that setting the environment variable
363
+ ` lt_cx_ld_force_load=no ` before invoking Open MPI's ` configure `
364
+ script works around the issue. For example:
365
+ ```
366
+ shell$ lt_cv_ld_force_load=no ./configure ...
367
+ ```
368
+
353
369
* The Portland Group compilers prior to version 7.0 require the
354
370
` -Msignextend ` compiler flag to extend the sign bit when converting
355
371
from a shorter to longer integer. This is is different than other
You can’t perform that action at this time.
0 commit comments