1
1
openmpi/opal/mca/event/libevent207
2011-09-11 19:02:24 +00:00
..
libevent Complete the MinGW build support on Windows. 2011-08-15 09:47:23 +00:00
.windows Update the CMake scripts, solve a few export symbols for Windows. 2010-11-02 16:39:27 +00:00
autogen.subdirs Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac. 2010-10-24 18:35:54 +00:00
configure.m4 Add support for internal libevent threading support. Add configure logic to define an appropriate flag, and then use that flag to expose the required functions. 2010-11-24 23:24:53 +00:00
libevent207_component.c Convert the opal_event framework to use direct function calls instead of hiding functions behind function pointers. Eliminate the opal_object_t abstraction of libevent's event struct so it can be directly passed to the libevent functions. 2010-10-28 15:22:46 +00:00
libevent207_module.c Per the RFC from Jeff, move hwloc from opal/mca/common to its own static framework ala libevent. Have ORTE daemons collect the topology info at startup and, if --enable-hwloc-xml is set, send that info back to the HNP for later use. The HNP only retains unique topology "templates" to reduce memory footprint. Have the daemon include the local topology info in the nidmap buffer sent to each app so the apps don't all hammer the local system to discover it for themselves. 2011-09-11 19:02:24 +00:00
libevent207.h If event threads are enabled, we don't need to wakeup the event lib to pickup new events - so help valgrind to quit whining about it. 2011-06-29 22:52:28 +00:00
Makefile.am Fix the symbol visibility issue for libevent by renaming all visible libevent symbols 2011-07-14 07:10:52 +00:00