1
1
openmpi/orte/util
Ralph Castain 2966206f58 Fix a race condition in the IOF and add some new user-requested features:
1. fix a race condition whereby a proc's output could trigger an event prior to the other outputs being setup, thus c ausing the IOF to declare the proc "terminated" too early. This was really rare, but could happen.

2. add a new "timestamp-output" option that timestamp's each line of output

3. add a new "output-filename" option that redirects each proc's output to a separate rank-named file.

4. add a new "xterm" option that redirects the output of the specified ranks to a separate xterm window.

This commit was SVN r20392.
2009-01-30 22:47:30 +00:00
..
comm Remove IOF related utilities from tool communication lib - IOF has now been updated to include tool support directly. 2008-12-20 23:25:56 +00:00
dash_host Revise the way we output resolved hostnames to make life easier for the Eclipse folks. Store aliases for individual nodes (only when requested to show resolved hostnames) and then report them out as part of the display-map option. 2009-01-15 18:11:50 +00:00
hostfile Revise the way we output resolved hostnames to make life easier for the Eclipse folks. Store aliases for individual nodes (only when requested to show resolved hostnames) and then report them out as part of the display-map option. 2009-01-15 18:11:50 +00:00
context_fns.c For consistency reasons always use opal_home_directory and 2008-03-31 18:13:41 +00:00
context_fns.h Fix the use of --path and -x PATH so that things work properly. 2008-03-05 21:07:43 +00:00
error_strings.c Remove defunct error constant - we no longer have a GPR that can hold corrupt data! 2008-03-24 21:05:14 +00:00
hnp_contact.c - 3/4 commit for Windows Visual Studio and CCP support: 2008-12-10 21:13:10 +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 Since parsing comma-delimited, range-capable options is being used in multiple places, create a new utility that consolidates that code. 2009-01-25 17:16:25 +00:00
name_fns.c Roll in the revamped IOF subsystem. Per the devel mailing list email, this is a complete rewrite of the iof framework designed to simplify the code for maintainability, and to support features we had planned to do, but were too difficult to implement in the old code. Specifically, the new code: 2008-10-18 00:00:49 +00:00
name_fns.h Add a macro to construct a complete 32-bit jobid from a local jobid number. This inserts the mpirun's job family into the upper 16-bit field. 2008-12-20 23:27:25 +00:00
nidmap.c Expose the nidmap and pidmap as orte globals so that components in other frameworks can access and/or manipulate them without forcing API modifications - modify the individual ess components that were affected so they use the global variables. Add a list of attributes to the nids for storing node-related data (e.g., modex attrs), and define a new object for that purpose. 2009-01-07 14:58:38 +00:00
nidmap.h Expose the nidmap and pidmap as orte globals so that components in other frameworks can access and/or manipulate them without forcing API modifications - modify the individual ess components that were affected so they use the global variables. Add a list of attributes to the nids for storing node-related data (e.g., modex attrs), and define a new object for that purpose. 2009-01-07 14:58:38 +00:00
parse_options.c Initial implementation of static ports. Provide an mca param to specify static port ranges to the OOB - can provide an 2009-01-30 18:31:43 +00:00
parse_options.h Initial implementation of static ports. Provide an mca param to specify static port ranges to the OOB - can provide an 2009-01-30 18:31:43 +00:00
pre_condition_transports.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +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 Fix a race condition in the IOF and add some new user-requested features: 2009-01-30 22:47:30 +00:00
proc_info.h Fix a race condition in the IOF and add some new user-requested features: 2009-01-30 22:47:30 +00:00
session_dir.c Fix CID 25: it's not possible for sav to be non-NULL by the time it 2009-01-14 18:57:48 +00:00
session_dir.h This fixes ticket #1426 - mpirun is cleaning up ALL session dirs 2008-07-29 18:58:35 +00:00
show_help.c Print out a message telling the user how to enable non-aggregated help 2008-09-22 17:42:56 +00:00
show_help.h Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm. 2008-06-18 03:15:56 +00:00