1
1
openmpi/orte/tools
Ralph Castain 153e38ffc9 Lesson to be learned: if you send an ack to a recv'd command, better not send it to the same tag it came from - at least, not if there is a persistent recv on that tag!
Fix the persistent daemon problem where it was exiting when a job completed. Problem was that the persistent daemon would order the job daemons to exit. They would then send an 'ack' back to the persistent daemon - but the ack consisted of an echo of the "exit" command, which was recv'd by the wrong listener who treated it as a properly sent cmd....and exited.

This commit was SVN r12243.
2006-10-21 02:53:19 +00:00
..
console Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
orte-clean A few cleanups to the wrapper compiler build system / man pages: 2006-10-19 18:34:17 +00:00
orte-ps A few cleanups to the wrapper compiler build system / man pages: 2006-10-19 18:34:17 +00:00
orted Lesson to be learned: if you send an ack to a recv'd command, better not send it to the same tag it came from - at least, not if there is a persistent recv on that tag! 2006-10-21 02:53:19 +00:00
orteprobe Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
orterun This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
wrappers Grrr... Forgot that EXTRA_DIST and man_MANS are not set to include all the 2006-10-20 14:15:38 +00:00
Makefile.am Remove long-defunct "openmpi" tool from orte. It was apparently an 2006-07-12 03:52:17 +00:00