1
1
openmpi/opal/runtime
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
..
help-opal_info.txt Add support for the MCA variable information level to ompi_info. 2013-07-10 18:52:36 +00:00
help-opal-runtime.txt opal MCA params: Move (and adapt) help message to opal help file 2014-08-16 11:54:41 +00:00
Makefile.am configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
opal_cr.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
opal_cr.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
opal_finalize.c Be symmetric to the opal_init. 2014-07-15 05:05:26 +00:00
opal_info_support.c version configury: make dist now works 2014-10-02 11:32:54 -07:00
opal_info_support.h version configury: make dist now works 2014-10-02 11:32:54 -07:00
opal_init.c Cleanup some cruft resulting from the move of the btl's to opal. We had created the ability to delay modex operations, which included a need to delay retrieving hostname info for remote procs. This allowed us to not retrieve the modex info until first message unless required - the hostname is generally only required for debug and error messages. 2014-10-03 16:02:57 -06:00
opal_params.c Fix timing framework: 2014-09-23 12:59:54 +00:00
opal_params.h Fix timing framework: 2014-09-23 12:59:54 +00:00
opal_progress_threads.c Correctly dereference the thread object 2014-07-26 17:01:27 +00:00
opal_progress_threads.h It is possible to have a "standard" progress thread, so simplify the usage of the opal_progress_thread code. 2014-07-22 16:55:23 +00:00
opal_progress.c make the opal progress yield variable settable at any time 2014-03-27 15:51:06 +00:00
opal_progress.h make the opal progress yield variable settable at any time 2014-03-27 15:51:06 +00:00
opal.h Per the PMIx RFC: 2014-08-21 18:56:47 +00:00