rhc [Fri, 22 Mar 2013 00:53:33 +0000] rev 21519
Add debug and handle the use-case where someone (a) uses a hostfile while in a managed allocation to sub-allocate runs, and (b) includes the HNP's node in one of those hostfiles.
cmr:v1.7
brbarret [Thu, 21 Mar 2013 23:05:54 +0000] rev 21518
* Fix issue with duplicate symbol for the initialize hook due to it existing in both libmpi and libopen-pal by removing the one for libopen-pal. This won't work if we eventually need registration caching in opal/orte, but I'm hoping that by that point, OFED will have gotten off its butt and properly integrated ummunotify into the verbs layer so that this code can go away.
At the same time, fix a minor issue where the init hook was being called twice, once by the libc malloc and once by our malloc by removing the call from our malloc.
rhc [Thu, 21 Mar 2013 17:13:46 +0000] rev 21517
Remove debug
rhc [Thu, 21 Mar 2013 16:41:34 +0000] rev 21516
Fixes #3538: Move r28184 to v1.7 branch
---svn-pre-commit-ignore-below---
r28184 [[BR]]
Clean out the cruft leftover from the use_common_ports experiment
cmr:v1.7
jsquyres [Thu, 21 Mar 2013 16:05:50 +0000] rev 21515
Fix CID 968581: ensure that the string read from the socket is always
\0-terminated so that strlen() and strstr() can be used without fear.
Also fix some insignificant mem leaks (which is somewhat moot, because
as soon as we leave those error conditions, the process will be
terminating, but what the heck, might as well fix these while I was in
the file for the \0-termination issue...).
jurenz [Thu, 21 Mar 2013 12:55:41 +0000] rev 21514
Changes to OTF:
- fixed even more Coverity warnings
jurenz [Thu, 21 Mar 2013 11:25:05 +0000] rev 21513
Changes to OTF:
- general: Fixed several Coverity warnings
- otfprofile: Do not show helptext if '-V' given
- otfinfo: Fixed counting of collective operations and markers
jsquyres [Thu, 21 Mar 2013 11:15:06 +0000] rev 21512
Fix CID 741328: remove some dead code
jsquyres [Thu, 21 Mar 2013 11:04:36 +0000] rev 21511
Fix CID 752007: missing break statements.
rhc [Wed, 20 Mar 2013 21:00:59 +0000] rev 21510
Avoid double-release in error path