1
1
openmpi/orte/mca
2009-05-30 20:42:23 +00:00
..
errmgr Remove extra ";", which caused a bazillion warnings in MTT. 2009-05-20 13:16:31 +00:00
ess Add the ability to directly launch procs via rsh/ssh. Collect common functions in plm/base. Create a new global param to set assume_same_shell, alias'd back to plm_rsh_assume_same_shell (not deprecated). 2009-05-30 01:10:25 +00:00
filem This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
grpcomm 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
iof Minor mod per Greg Watson, plus some cleanups to make George smile...or at least grimace a little less! :-) 2009-05-28 00:55:01 +00:00
notifier - Eliminate icc warning w/ regard to __attribute__((__format__)) on 2009-05-20 00:39:22 +00:00
odls This change does two things. First, do not emit error 2009-05-22 14:59:27 +00:00
oob Remove a compiler warning about an empty format string. The proper 2009-05-28 13:32:37 +00:00
plm Minor update to let apps set their own component selections if desired, while preserving slave behavior 2009-05-30 20:42:23 +00:00
ras Completely remove ltdl support for Windows build. 2009-05-05 18:59:13 +00:00
rmaps 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
rml - Similar to r21229, check for return code from 2009-05-14 00:36:51 +00:00
routed 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
snapc A small fix, the right one to use in orte. 2009-05-12 09:53:34 +00:00