1
1
openmpi/opal/util
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
..
.compile_files * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
argv.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
argv.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
basename.c * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
basename.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
bit_ops.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
cmd_line.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
cmd_line.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
convert.c * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
convert.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
daemon_init.c Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
daemon_init.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
few.c Bunch more updates from operation Red Storm: 2005-07-14 18:05:30 +00:00
few.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
if.c * and fix a dumb typo from this morning 2005-07-13 13:35:21 +00:00
if.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
Makefile.am * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
malloc.c * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
malloc.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
numtostr.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
numtostr.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
opal_environ.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
opal_environ.h * finish ompi_environ -> opal_environ rename 2005-07-04 01:39:08 +00:00
os_create_dirpath.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
os_create_dirpath.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
os_path.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
os_path.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
output.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
output.h * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
path.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
path.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
pow2.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
pow2.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
printf.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
printf.h * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
pty.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
qsort.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
qsort.h * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
show_help_lex.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
show_help_lex.l * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
show_help.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
show_help.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
stacktrace.c * disable TCP ptl and oob components if there is no TCP support (look at 2005-07-13 04:16:03 +00:00
stacktrace.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
strncpy.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
strncpy.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
sys_info.c * add checks for the hton and ntoh functions, since they don't exist on 2005-07-14 04:11:59 +00:00
sys_info.h Initial population of the opal tree 2005-07-02 13:43:20 +00:00
varargs.h Initial population of the opal tree 2005-07-02 13:43:20 +00:00