1
1
openmpi/orte/runtime
Ralph Castain e7487ad533 Implement the seq rmaps module that sequentially maps process ranks to a list hosts in a hostfile.
Restore the "do-not-launch" functionality so users can test a mapping without launching it.

Add a "do-not-resolve" cmd line flag to mpirun so the opal/util/if.c code does not attempt to resolve network addresses, thus enabling a user to test a hostfile mapping without hanging on network resolve requests.

Add a function to hostfile to generate an ordered list of host names from a hostfile

This commit was SVN r18190.
2008-04-17 13:50:59 +00:00
..
data_type_support Fully implement the inbound binomial allgather for daemon-based collectives. Supports both modex and barrier operations. 2008-04-09 22:10:53 +00:00
help-orte-runtime.txt Complete modifications for failed-to-start of applications. Modifications for failed-to-start of orteds coming next. 2007-04-24 20:53:54 +00:00
Makefile.am Afraid this has a couple of things mixed into the commit. Couldn't be helped - had missed one commit prior to running out the door on vacation. 2008-03-17 17:58:59 +00:00
orte_cr.c A fix from resulting from r17944. Need to make sure we go through 2008-03-26 14:13:33 +00:00
orte_cr.h Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
orte_data_server.c Cleanup recursions in ORTE caused by processing recv'd messages that can cause the system to take action resulting in receipt of another message. 2008-02-28 19:58:32 +00:00
orte_data_server.h Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
orte_finalize.c Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure. 2008-03-23 23:10:15 +00:00
orte_globals_class_instances.h Fully implement the inbound binomial allgather for daemon-based collectives. Supports both modex and barrier operations. 2008-04-09 22:10:53 +00:00
orte_globals.c Implement the seq rmaps module that sequentially maps process ranks to a list hosts in a hostfile. 2008-04-17 13:50:59 +00:00
orte_globals.h Implement the seq rmaps module that sequentially maps process ranks to a list hosts in a hostfile. 2008-04-17 13:50:59 +00:00
orte_init.c Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure. 2008-03-23 23:10:15 +00:00
orte_locks.c Afraid this has a couple of things mixed into the commit. Couldn't be helped - had missed one commit prior to running out the door on vacation. 2008-03-17 17:58:59 +00:00
orte_locks.h Add the declspec's in here so that they're visible. 2008-03-17 18:37:03 +00:00
orte_wait.c Restore r17703; it was accidentally removed as part of r17704. 2008-03-05 12:01:37 +00:00
orte_wait.h First cut at direct launch for TM. Able to launch non-ORTE procs and detect their completion for a clean shutdown. 2008-03-05 13:51:32 +00:00
orte_wakeup.c Bring some sanity to the exit code returned by mpirun. Ensure that we provide a non-zero code if something goes wrong, including someone exiting after calling mpi_init without calling mpi_finalize. 2008-03-19 19:00:51 +00:00
orte_wakeup.h Bring some sanity to the exit code returned by mpirun. Ensure that we provide a non-zero code if something goes wrong, including someone exiting after calling mpi_init without calling mpi_finalize. 2008-03-19 19:00:51 +00:00
runtime.h Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00