1
1
openmpi/orte/runtime
Brian Barrett 14b89e0e50 Bunch more updates from operation Red Storm:
* Add ability to completely disable libltdl (the dlopen code to load
  dynamic shared objects) to configure: --disable-dlopen
* Added MCA param (component_disable_dlopen) to disable DSO loading
  at runtime
* Made the event library behave in some not-completely-erroneous way
  on platforms where it has absolutely no eventops support (ie, no
  select, poll, or epoll)
* Disabled orte_wait, opal_few, and opal_daemon_init code on
  platforms without fork, waitpid support.  All non-init functions
  will return OPMI_ERR_NOT_SUPPORTED
* Disable orteprobe tool when fork or pipe aren't supported

This commit was SVN r6490.
2005-07-14 18:05:30 +00:00
..
Makefile.am More orte Makefile.am updates 2005-07-02 15:13:41 +00:00
orte_abort.c orte_abort was supposed to accept a variable number of arguments. But internally it didn't honor them. The second problem is that the opal_output does not accept a va_list as argument. So we have to create the string in the orte_abort and then print it out using opal_output. 2005-07-12 19:33:37 +00:00
orte_finalize.c Initial population of orte tree 2005-07-02 13:42:54 +00:00
orte_init_stage1.c Add some finalization logic when universe isn't found and orte_init returns per MCA parameter. 2005-07-06 18:41:40 +00:00
orte_init_stage2.c Initial population of orte tree 2005-07-02 13:42:54 +00:00
orte_init.c Initial population of orte tree 2005-07-02 13:42:54 +00:00
orte_monitor.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
orte_restart.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
orte_setup_hnp.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
orte_system_finalize.c Add some finalization logic when universe isn't found and orte_init returns per MCA parameter. 2005-07-06 18:41:40 +00:00
orte_system_init.c Initial population of orte tree 2005-07-02 13:42:54 +00:00
orte_universe_exists.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
orte_wait.c Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
orte_wait.h Initial population of orte tree 2005-07-02 13:42:54 +00:00
runtime_internal.h * rename ompi_object and ompi_class to opal_object and opal_class 2005-07-03 16:06:07 +00:00
runtime_types.h Initial population of orte tree 2005-07-02 13:42:54 +00:00
runtime.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00