1
1
openmpi/orte/runtime
Brian Barrett 2143ed4c81 * move error -> string converter registration from orte_init to
orte_init_stage1(), since not all ORTE processes call orte_init().
* Expad opal_error test case to make sure ORTE error codes print
  properly
* Make project error codes start at easy values (OPAL is -1 to -100,
  ORTE is -101 to -200, OMPI is less than -201) to make it easier
  to figure out what an error code as an integer means.  Also has
  the nice property of not changing the values of error codes ever
  time a new error code is added.

This commit was SVN r7061.
2005-08-26 23:36:57 +00:00
..
Makefile.am Some param changes: 2005-08-26 20:13:35 +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 * move error -> string converter registration from orte_init to 2005-08-26 23:36:57 +00:00
orte_init_stage2.c Add a job_info segment to the system that holds a container for each job. Within each container is a keyval indicating the job state (i.e., all procs at stage1, finalized, etc.). This provides a rough state-of-health for the job. 2005-07-29 14:11:19 +00:00
orte_init.c * move error -> string converter registration from orte_init to 2005-08-26 23:36:57 +00:00
orte_monitor.c Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +00:00
orte_params.c Some param changes: 2005-08-26 20:13:35 +00:00
orte_restart.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
orte_setup_hnp.c Some param changes: 2005-08-26 20:13:35 +00:00
orte_setup_hnp.h A bit of cleanup and a couple of bug fixes for remote orted launching 2005-08-10 20:01:25 +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 Some param changes: 2005-08-26 20:13:35 +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 - change a bunch of OMPI_* constants or ORTE_* equivalents 2005-08-15 18:25:35 +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 Some param changes: 2005-08-26 20:13:35 +00:00