Nathan Hjelm
906e29ed96
Fix leaks in the opal if posix code. Error paths were not calling OBJ_RELEASE on an opal_if_t created with OBJ_NEW.
...
This affects both trunk and 1.7 and might affect 1.6.
cmr:v1.7
This commit was SVN r27562.
2012-11-05 20:51:10 +00:00
Rolf vandeVaart
09750d0310
Need output.h header file for opal_output() definition.
...
Otherwise, build will fail when configuring with --enable-picky.
This commit was SVN r23763.
2010-09-17 12:22:17 +00:00
Ralph Castain
c74ce1632a
Catch a couple of places (one hidden inside an #if 0, other in solaris module) where retain_loopback needs to be opal_if_retain_loopback
...
This commit was SVN r23755.
2010-09-14 11:37:10 +00:00
Ralph Castain
e96b5f486f
Reorganize the opal interface code in opal/util/if.c per prior emails and telecon discussions. Move the interface discovery code into a framework so that configuration logic can separate it out (instead of the prior #if-#else confusion).
...
All interface APIs for accessing the info remain unchanged in opal/util/if.c.
This has been tested on Mac, Linux, and NetBSD. Nobody else seemed interested in testing it, so there may be some future problems revealed as people try it on other OSs.
This commit was SVN r23743.
2010-09-13 01:58:51 +00:00