1
1
openmpi/opal/util
Jeff Squyres c4731285ee protect state var with the same #if that the rest of the code is
protected with

This commit was SVN r7292.
2005-09-10 11:17:01 +00:00
..
.compile_files * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
argv.c Minor mods: 2005-09-03 00:06:20 +00:00
argv.h Add doxy docs for a function that was missing them. 2005-08-03 21:14:40 +00:00
basename.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +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 - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
cmd_line.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
convert.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
convert.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
daemon_init.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
daemon_init.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
error.c - Once again: uninteresting cleanup to get diff smaller. 2005-09-04 20:54:19 +00:00
error.h * Add some debugging output Ralph asked for when an unknown error code is 2005-08-29 23:36:53 +00:00
few.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
few.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
if.c * give if code a chance to clean up after itself 2005-08-24 20:27:45 +00:00
if.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
Makefile.am Add a trace utility that provides info on progress through functions. This is not enabled yet - need Jeff or Brian to add it to the configure/build system. 2005-09-07 18:52:28 +00:00
malloc.c - Make opal_output_stream_t be a real opal_object_t so that it can use 2005-09-09 10:46:54 +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 - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
opal_environ.h * finish ompi_environ -> opal_environ rename 2005-07-04 01:39:08 +00:00
os_create_dirpath.c Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +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 Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +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 Slight change to the defaults -- make the prefix "output-pid<pid>-" so 2005-09-09 12:37:39 +00:00
output.h Slight change to the defaults -- make the prefix "output-pid<pid>-" so 2005-09-09 12:37:39 +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 * don't build qsort workaround unless we actually have a broken qsort 2005-08-12 15:28:11 +00:00
qsort.h * don't build qsort workaround unless we actually have a broken qsort 2005-08-12 15:28:11 +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 - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
show_help.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
stacktrace.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +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
trace.c protect state var with the same #if that the rest of the code is 2005-09-10 11:17:01 +00:00
trace.h The trace macro take one argument even if we do not intent to use it. Otherwise some compilers complain and generate errors. 2005-09-09 19:59:33 +00:00
varargs.h Initial population of the opal tree 2005-07-02 13:43:20 +00:00