1
1
openmpi/opal/threads
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
..
condition.c * Per the Developer's meeting today, restructure the threading in Open MPI a bit 2013-12-13 19:40:12 +00:00
condition.h Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00
Makefile.am configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
mutex_unix.h Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00
mutex.c The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
mutex.h Only provide OPAL_THREAD_ADD64 if we have 64 bit atomics 2014-01-20 20:22:38 +00:00
thread.c Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00
threads.h Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00
tsd.c Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00
tsd.h Per discussion at Develoepr's Meeting, remove Solaris threads support. Solaris 2013-12-13 20:07:11 +00:00