1
1
openmpi/ompi/tools/wrappers
Jeff Squyres c22e1ae33b configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros
These two macros set the prefix for the OPAL and ORTE libraries,
respectively.  Specifically, the OPAL library will be named
libPREFIXopen-pal.la and the ORTE library will be named
libPREFIXopen-rte.la.

These macros must be called, even if the prefix argument is empty.

The intent is that Open MPI will call these macros with an empty
prefix, but other projects (such as ORCM) will call these macros with
a non-empty prefix.  For example, ORCM libraries can be named
liborcm-open-pal.la and liborcm-open-rte.la.

This scheme is necessary to allow running Open MPI applications under
systems that use their own versions of ORTE and OPAL.  For example,
when running MPI applications under ORTE, if the ORTE and OPAL
libraries between OMPI and ORCM are not identical (which, because they
are released at different times, are likely to be different), we need
to ensure that the OMPI applications link against their ORTE and OPAL
libraries, but the ORCM executables link against their ORTE and OPAL
libraries.
2014-10-22 10:32:19 -07:00
..
Makefile.am Per RFC: OMPI_INSTALL_BINARIES -> OPAL_INSTALL_BINARIES 2014-05-05 21:43:05 +00:00
mpic++-wrapper-data.txt.in configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
mpicc-wrapper-data.txt.in configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
mpif77.1in * Make mpif77 and mpif90 be sym links to mpifort, just to drive the 2012-04-27 19:35:23 +00:00
mpifort-wrapper-data.txt.in configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
mpijavac.1 Roll in Java bindings per telecon discussion. Man pages still under revision 2012-02-20 22:12:43 +00:00
mpijavac.pl.in Java bindings for OSHMEM. 2014-05-18 21:48:09 +00:00
ompi_wrapper_script.in Revert "Provide a mechanism by which an upstream project can rename 2014-10-22 10:32:11 -07:00
ompi-c.pc.in * Rather than use the extra_includes directive, add the extra includes (which is really just -I${includedir}/openmpi/ for devel headers) to CPPFLAGS, since all the other necessary -Is for devel headers (like libevent and hwloc) are added to CPPFLAGS. 2013-02-13 00:33:05 +00:00
ompi-cxx.pc.in * Rather than use the extra_includes directive, add the extra includes (which is really just -I${includedir}/openmpi/ for devel headers) to CPPFLAGS, since all the other necessary -Is for devel headers (like libevent and hwloc) are added to CPPFLAGS. 2013-02-13 00:33:05 +00:00
ompi-fort.pc.in * Rather than use the extra_includes directive, add the extra includes (which is really just -I${includedir}/openmpi/ for devel headers) to CPPFLAGS, since all the other necessary -Is for devel headers (like libevent and hwloc) are added to CPPFLAGS. 2013-02-13 00:33:05 +00:00
ompi.pc.in * Rather than use the extra_includes directive, add the extra includes (which is really just -I${includedir}/openmpi/ for devel headers) to CPPFLAGS, since all the other necessary -Is for devel headers (like libevent and hwloc) are added to CPPFLAGS. 2013-02-13 00:33:05 +00:00