
did pre-libevent update. The problem is that the behavior of OPAL_EVLOOP_ONCE was changed by the OMPI team, which them broke things during the update, so it had to be reverted to the old meaning of loop until one event occurs. OPAL_EVLOOP_ONELOOP will go through the event loop once (like EVLOOP_NONBLOCK) but will pause in the event library for a bit (like EVLOOP_ONCE). fixes trac:234 This commit was SVN r11081. The following Trac tickets were found above: Ticket 234 --> https://svn.open-mpi.org/trac/ompi/ticket/234
To build libevent, type $ ./configure && make Install as root via # make install You can run the regression tests by $ make verify Before, reporting any problems, please run the regression tests. Acknowledgements: ----------------- The following people have helped with suggestions, ideas, code or fixing bugs: Nick Mathewson Andrew Danforth Shie Erlich Mike Davis William Ahern Alexander von Gernler If I have forgotten your name, please contact me.