1
1
openmpi/ompi/mpi/fortran/use-mpi-ignore-tkr
Jeff Squyres a7f897ae49 fortran: link the opal-pal.la library directly
The libmpi_*.la fortran libraries make some direct calls to
libopen-pal.la.  In many (most?) cases, having libmpi_* link
against libmpi is sufficient (because libmpi pulls in libopen-pal).
But when building RPMs on SLES, some compiler/linker flags are used
that seem to make this implicit linking not sufficient -- we get
missing opal symbols when creating libmpi_mpifh.la.  So link in
open-pal directly (vs. indirectly), which solves the problem.
2015-08-15 06:46:01 -07:00
..
Makefile.am fortran: link the opal-pal.la library directly 2015-08-15 06:46:01 -07:00
mpi-ignore-tkr-file-interfaces.h.in add fortran interfaces to the new nb collective I/O functions 2015-07-09 10:58:14 -05:00
mpi-ignore-tkr-interfaces.h.in mpif: fix typo in interface name 2015-07-02 17:13:07 +09:00
mpi-ignore-tkr.F90 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00