1
1
openmpi/orte/util
Iain Bason e7ff2368d6 This fixes trac:1930.
Emit a more informative error message when the file descriptor limit is
reached during an accept() call.  Also, abort when the accept fails to
avoid an infinite loop.

Emit a more informative error message when the help file can't be opened.

This commit was SVN r21271.

The following Trac tickets were found above:
  Ticket 1930 --> https://svn.open-mpi.org/trac/ompi/ticket/1930
2009-05-26 20:03:21 +00:00
..
comm Fix orte-ps so it properly ignores/reports stale HNPs, but continues to provide output on running ones. Add a timeout on the send side of the comm so we don't hang while trying to send the info request to the non-existent HNP. 2009-05-21 02:42:21 +00:00
dash_host ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
hostfile ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
context_fns.c - Header orte/mca/errmgr/errmgr.h is not needed. 2009-02-26 04:05:30 +00:00
context_fns.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
error_strings.c This fixes trac:1930. 2009-05-26 20:03:21 +00:00
help-regex.txt Add a central capability to parse regular expressions for node and ppn info - constructing the regex to come soon. 2009-02-19 20:46:36 +00:00
hnp_contact.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
hnp_contact.h As requested by Aurelien at the July design meeting - long time coming, but finally got around to it. 2008-12-10 17:10:39 +00:00
Makefile.am Add a central capability to parse regular expressions for node and ppn info - constructing the regex to come soon. 2009-02-19 20:46:36 +00:00
name_fns.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
name_fns.h Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job). 2009-05-16 04:15:55 +00:00
nidmap.c Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job). 2009-05-16 04:15:55 +00:00
nidmap.h Fully enable the use of static ports to minimize connections on mpirun. When static ports are provided, daemons will automatically use routes defined by the selected routed module to callback to mpirun during startup, thus elimating the dedicated daemon-to-mpirun connection. Therefore, the total number of connections on mpirun will equal the fanout of the routed module (instead of #nodes in job). 2009-05-16 04:15:55 +00:00
parse_options.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
parse_options.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pre_condition_transports.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pre_condition_transports.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
proc_info.c Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans. 2009-05-04 11:07:40 +00:00
proc_info.h Take the next step towards fully utilizing static ports for the daemons to eliminate the initial "phone home" to mpirun by modifying the orted termination procedure to eliminate the need for a full barrier-like operation. Instead, we add a "onesided" barrier to the grpcomm framework API that releases the orted once it has completed its own contribution to the barrier - i.e., the orteds now exit as the "ack" message rolls up towards mpirun instead of sending the "ack" directly to mpirun. 2009-05-11 14:11:44 +00:00
regex.c - Revert r20740 2009-03-05 21:50:47 +00:00
regex.h Add a central capability to parse regular expressions for node and ppn info - constructing the regex to come soon. 2009-02-19 20:46:36 +00:00
session_dir.c - Revert r20739 2009-03-05 21:56:03 +00:00
session_dir.h - Revert r20739 2009-03-05 21:56:03 +00:00
show_help.c Fix orte-ps so it properly ignores/reports stale HNPs, but continues to provide output on running ones. Add a timeout on the send side of the comm so we don't hang while trying to send the info request to the non-existent HNP. 2009-05-21 02:42:21 +00:00
show_help.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00