1
1
openmpi/orte/mca
2008-06-23 18:25:41 +00:00
..
errmgr 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
ess Add a new grpcomm module that mimics the old 1.2 behavior - it -always- does a modex because it always includes the architecture. Hence, we called it "blind-and-dumb" since it doesn't look to see if this is required - moniker of "bad". :-) 2008-06-18 22:17:53 +00:00
filem 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
grpcomm Add some debugging output to the modex set_proc_attr function to see what is being added to the modex 2008-06-23 18:24:08 +00:00
iof 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
odls Set $PWD for the application proc to match the cwd. If the user specifies a working dir via -wdir, this ensures that the enviro variable matches what they get from getcwd. Note that any subsequent calls to chdir in the user's program will break that equivalence - we can only ensure it starts out matching! 2008-06-23 18:25:41 +00:00
oob 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
plm Ensure params are registered prior to parsing global cmd line options in orterun so that debugger options are properly captured and acted upon. 2008-06-19 02:58:14 +00:00
ras 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
rmaps 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
rml Update the debugger interface per email thread with Jeff and Brian. Handoff to them for final test and validation 2008-06-18 15:28:46 +00:00
routed I hadn't honestly considered before that an MPI process might attempt to call functions in the routed framework intended solely for daemons and HNPs. By design, MPI processes are not allowed to route RML/OOB messages, and hence the routed module in an MPI process has no knowledge whatsoever of how a message will reach its destination (except in the direct module). Thus, it has no way to return a valid routing tree, update a routing tree, or get wireup info. 2008-06-20 03:26:13 +00:00
snapc add back a missing a header taken away in r18664 2008-06-19 16:08:27 +00:00