1
1
openmpi/orte/runtime
2005-08-01 16:38:15 +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 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_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 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 Add a few new functions that were requested last week - not tested yet, so please don't use them! I will test them this afternoon on a different computer. For now, they won't cause any problems since they aren't being called. 2005-08-01 16:38:15 +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