1
1
openmpi/src/runtime
2004-10-25 13:36:09 +00:00
..
Makefile.am Consolidate the RTE startup sequence into a single function call for simpler maintenance. We seem to have this debugged enough now to commonize the startup across the various programs. Modify mpi_init, mpirun, openmpi, ompid, and ompiconsole accordingly. 2004-10-01 22:22:21 +00:00
ompi_abort.c * remove the pre-ANSI C vararg code, only have the ANSI-C stdarg code 2004-10-14 19:39:21 +00:00
ompi_finalize.c include util/malloc.h 2004-06-16 20:13:46 +00:00
ompi_init.c - integration of gpr/ns/oob w/ mpirun2 2004-08-28 01:15:19 +00:00
ompi_progress.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_progress.h this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for 2004-10-22 16:06:05 +00:00
ompi_rte_cmd_line_setup.c Some of these didn't really change - I was just in/out of them for diagnostics while chasing a bug. Got caught by my good buddy Tim again :) on his parse_contact_info function, which requires that the space for the answer be allocated in advance. Sigh. Anyway, mpirun2 now works again. My apologies if you tried it in the last few hours and found it didn't. 2004-09-11 12:56:52 +00:00
ompi_rte_finalize.c * move wiatpid shutdown code into ompi_rte_finalize 2004-09-30 16:23:08 +00:00
ompi_rte_init.c Begin to "leak" the changes to the registry and supporting subsystems to resolve the flood situation and support abnormal terminations. These changes just define a new message structure for returning all startup/shutdown information in a single broadcast-like transmission. Shouldn't have any impact on existing code as the message object isn't used yet. 2004-10-25 13:36:09 +00:00
ompi_rte_llm.c * improve interface description for ompi_rte_allocate_resources 2004-09-22 22:27:40 +00:00
ompi_rte_monitor.c Patch a few things that were causing trouble for programs that re-entered the registry during a callback function. Also fixed a timing problem in rte_monitor - ensured that we were in fact already waiting on a condition before generating a wakeup signal. Adjusted the timing of mpirun to ensure that the synchro to alert mpirun of all-processes-done got registered before they completed. 2004-09-29 21:54:57 +00:00
ompi_rte_parse_cmd_line.c Continuing the cleanup process. Few minor fixes here and there - mostly just NULLing pointers that were free'd. Console now can connect to any universe, regardless of scope. 2004-09-17 00:59:14 +00:00
ompi_rte_parse_daemon_cmd_line.c Continuing the cleanup process. Few minor fixes here and there - mostly just NULLing pointers that were free'd. Console now can connect to any universe, regardless of scope. 2004-09-17 00:59:14 +00:00
ompi_rte_parse_environ.c Just remove unused variables. 2004-10-23 15:31:20 +00:00
ompi_rte_pcm.c * Make the spawn constants slightly more clear in meaning 2004-10-20 02:24:40 +00:00
ompi_rte_wait.c Some versions of gcc don't line \n in a string 2004-10-22 17:45:06 +00:00
ompi_rte_wait.h - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_vm_register.c this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for 2004-10-22 16:06:05 +00:00
runtime_internal.h * Move to using a lazy selection for pcms so that we can have multiple PCM 2004-09-21 20:27:41 +00:00
runtime_types.h this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for 2004-10-22 16:06:05 +00:00
runtime.h Begin to "leak" the changes to the registry and supporting subsystems to resolve the flood situation and support abnormal terminations. These changes just define a new message structure for returning all startup/shutdown information in a single broadcast-like transmission. Shouldn't have any impact on existing code as the message object isn't used yet. 2004-10-25 13:36:09 +00:00
universe_exists.c Begin to "leak" the changes to the registry and supporting subsystems to resolve the flood situation and support abnormal terminations. These changes just define a new message structure for returning all startup/shutdown information in a single broadcast-like transmission. Shouldn't have any impact on existing code as the message object isn't used yet. 2004-10-25 13:36:09 +00:00