1
1
openmpi/orte
2010-07-20 04:47:31 +00:00
..
config Create a new "heartbeat" module in the sensor framework and move the plm_base heartbeat code there. Add new proc and job states for heartbeat_failed. Remove the "heartbeat" cmd line option for orted as this is now done automatically if the --enable-heartbeat configure option is set. 2010-05-05 00:48:43 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
include Make "processor affinity not supported" error message a little better: 2010-06-08 20:16:07 +00:00
mca Continue enabling connect_accept across large numbers of independent jobs by replacing the hash tables with pointer_arrays to store routes to remote hnps to gain flexibility we'll need in the future. 2010-07-20 04:47:31 +00:00
orted Arg - the other half of the prior commit: have the orted properly parse the resulting data to hand it to orte_odls. 2010-07-20 04:06:46 +00:00
runtime Enable connect_accept between multiple singleton jobs without the presence of an external rendezvous agent (e.g., ompi-server). This also enables connect_accept between processes in more than two jobs regardless of how they were started. 2010-07-20 04:22:45 +00:00
test Enable connect_accept between multiple singleton jobs without the presence of an external rendezvous agent (e.g., ompi-server). This also enables connect_accept between processes in more than two jobs regardless of how they were started. 2010-07-20 04:22:45 +00:00
tools Start reducing our dependency on the event library by removing at least one instance where we use it to redirect the program counter. Rolf reported occasional hangs of mpirun in very specific circumstances after all daemons were done. A review of MTT results indicates this may have been happening more generally in a small fraction of cases. 2010-07-17 21:03:27 +00:00
util Fix a major foopah that broke debugger attach. With the revisions in updating proc state, we dropped the recording of each proc's pid. Thus, attaching debuggers would find a proctable whose pids all equal 0. 2010-06-24 05:13:53 +00:00
CMakeLists.txt Relevant Windows fixes for r23360. 2010-07-07 16:58:16 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am This commit converts us to the "one big libmpi" scheme that has been 2010-02-23 22:20:01 +00:00